recent changes
This commit is contained in:
parent
0ac99f97a0
commit
2c3a604bbd
@ -9,6 +9,7 @@
|
||||
./fonts.nix
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
swapDevices = [
|
||||
|
@ -8,6 +8,7 @@
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting
|
||||
cat ~/.cache/wal/sequences
|
||||
'';
|
||||
shellAliases = {
|
||||
".." = "cd ..";
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
{
|
||||
imports = [ ./fish ];
|
||||
|
||||
programs.pywal.enable = true;
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
extraPackages = with inputs.ags.packages.${pkgs.system}; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user