From 2c3a604bbdaac21e1604c161d98abe714f6587eb Mon Sep 17 00:00:00 2001 From: Franek Date: Thu, 13 Feb 2025 19:52:15 +0100 Subject: [PATCH] recent changes --- hosts/hulk/default.nix | 1 + profiles/hulk/fish/default.nix | 1 + profiles/hulk/packages.nix | 4 +++- profiles/hulk/programs.nix | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/hulk/default.nix b/hosts/hulk/default.nix index 6026031..3c7481c 100644 --- a/hosts/hulk/default.nix +++ b/hosts/hulk/default.nix @@ -9,6 +9,7 @@ ./fonts.nix ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; swapDevices = [ diff --git a/profiles/hulk/fish/default.nix b/profiles/hulk/fish/default.nix index bcf9552..7154f7d 100644 --- a/profiles/hulk/fish/default.nix +++ b/profiles/hulk/fish/default.nix @@ -8,6 +8,7 @@ enable = true; interactiveShellInit = '' set fish_greeting + cat ~/.cache/wal/sequences ''; shellAliases = { ".." = "cd .."; diff --git a/profiles/hulk/packages.nix b/profiles/hulk/packages.nix index be4ed96..a56cc89 100644 --- a/profiles/hulk/packages.nix +++ b/profiles/hulk/packages.nix @@ -31,6 +31,8 @@ in { lxqt.lxqt-policykit stdenv.cc.cc.lib + pywal pywalfox-native + (python3.withPackages (py: with py; [ pywayland ])) @@ -45,7 +47,7 @@ in { starship firefox-beta-bin thunderbird-bin - fluffychat + element-desktop libreoffice-qt6-fresh gimp vscodium git nodejs diff --git a/profiles/hulk/programs.nix b/profiles/hulk/programs.nix index 9f0331f..c7adfe9 100644 --- a/profiles/hulk/programs.nix +++ b/profiles/hulk/programs.nix @@ -2,6 +2,8 @@ { imports = [ ./fish ]; + + programs.pywal.enable = true; programs.ags = { enable = true; extraPackages = with inputs.ags.packages.${pkgs.system}; [