recent changes

This commit is contained in:
Franek 2025-02-13 19:52:15 +01:00
parent 0ac99f97a0
commit 2c3a604bbd
4 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,7 @@
./fonts.nix ./fonts.nix
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
swapDevices = [ swapDevices = [

View File

@ -8,6 +8,7 @@
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
set fish_greeting set fish_greeting
cat ~/.cache/wal/sequences
''; '';
shellAliases = { shellAliases = {
".." = "cd .."; ".." = "cd ..";

View File

@ -31,6 +31,8 @@ in {
lxqt.lxqt-policykit lxqt.lxqt-policykit
stdenv.cc.cc.lib stdenv.cc.cc.lib
pywal pywalfox-native
(python3.withPackages (py: with py; [ (python3.withPackages (py: with py; [
pywayland pywayland
])) ]))
@ -45,7 +47,7 @@ in {
starship starship
firefox-beta-bin firefox-beta-bin
thunderbird-bin thunderbird-bin
fluffychat element-desktop
libreoffice-qt6-fresh libreoffice-qt6-fresh
gimp gimp
vscodium git nodejs vscodium git nodejs

View File

@ -2,6 +2,8 @@
{ {
imports = [ ./fish ]; imports = [ ./fish ];
programs.pywal.enable = true;
programs.ags = { programs.ags = {
enable = true; enable = true;
extraPackages = with inputs.ags.packages.${pkgs.system}; [ extraPackages = with inputs.ags.packages.${pkgs.system}; [