commit 6ce9ae2125e3b3f0c115a5e68d373b9214303f5e
parent b1362204e830e3db0ad309c745263bdde5390e80
Author: Silas Brack <silasbrack@gmail.com>
Date: Tue, 14 Apr 2026 22:36:05 +0200
chore: clean up
Diffstat:
3 files changed, 6 insertions(+), 22 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -28,10 +28,7 @@
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
- pkgs-unstable = import nixpkgs-unstable {
- inherit system;
- config.allowUnfree = true;
- };
+ pkgs-unstable = import nixpkgs-unstable { inherit system; };
in
{
nixosConfigurations.poseidon = nixpkgs.lib.nixosSystem {
diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix
@@ -118,7 +118,6 @@
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
- # nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnsupportedSystem = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"claude-code"
@@ -232,13 +231,17 @@ EOF
fd
feh
# ffmpeg
+ firefox
+ fzf
# gcc
# gimp
+ git
# gnumake
# hadolint
# inkscape
isync
jq
+ kitty
# kiwix
# lazygit
ledger
@@ -268,6 +271,7 @@ EOF
# sublime4
transmission_4-qt
# yt-dlp
+ zathura
# zotero
];
};
diff --git a/hosts/gaia/home.nix b/hosts/gaia/home.nix
@@ -1,10 +1,6 @@
{ config, pkgs, ... }:
{
- # imports = [
- # <home-manager/nixos>
- # ];
-
home-manager.backupFileExtension = "backup";
home-manager.users.silas =
{
@@ -15,21 +11,8 @@
}:
{
imports = [
- #<catppuccin/modules/home-manager>
./hyprland.nix
];
- # catppuccin = {
- # enable = true;
- # flavor = "macchiato";
- # accent = "peach";
- # cursors = {
- # enable = true;
- # flavor = "macchiato";
- # accent = "peach";
- # };
- # firefox.profiles.default.enable = false;
- # };
-
home.stateVersion = "24.11";
home.shellAliases = {
paperless-manage = "sudo -u paperless /var/lib/paperless/paperless-manage";