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
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
swapDevices = [

View File

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

View File

@ -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

View File

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