This commit is contained in:
Nathan Anderson 2024-03-17 20:28:36 -06:00
commit 6c392b49ea
4 changed files with 13 additions and 1 deletions

View File

@ -73,6 +73,7 @@ in
installGaming = deskCfg.installGaming;
systemPackages = with pkgs; [
libreoffice
rpi-imager
];
};

View File

@ -1,5 +1,5 @@
# Auth with polkit-gnome:
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec lxqt-policykit-agent
# Desktop notifications
exec mako

View File

@ -157,6 +157,15 @@
userName = fullName;
};
programs = {
direnv = {
enable = true;
enableZshIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
bash.enable = true; # see note on other shells below
};
# Zsh setup
programs.zsh = {
enable = true;
@ -166,6 +175,7 @@
theme = "half-life";
};
initExtra = ''
eval "$(direnv hook zsh)"
alias ask="nix-shell -p python310Packages.openai --run 'python ~/source/python/chat.py'"
fzf_projects() {

View File

@ -78,6 +78,7 @@
wofi
xdg-utils
zsh
lxqt.lxqt-policykit
# Fonts
]
config.swaywm.systemPackages