Compare commits
No commits in common. "d7a2371938c7dbaee26d5501f699c349049128ac" and "87364629fa525b7cc0d3c12358a2f806dee36929" have entirely different histories.
d7a2371938
...
87364629fa
|
@ -73,7 +73,6 @@ in
|
|||
installGaming = deskCfg.installGaming;
|
||||
systemPackages = with pkgs; [
|
||||
libreoffice
|
||||
rpi-imager
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Auth with polkit-gnome:
|
||||
exec lxqt-policykit-agent
|
||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Desktop notifications
|
||||
exec mako
|
||||
|
|
|
@ -157,15 +157,6 @@
|
|||
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;
|
||||
|
@ -175,7 +166,6 @@
|
|||
theme = "half-life";
|
||||
};
|
||||
initExtra = ''
|
||||
eval "$(direnv hook zsh)"
|
||||
alias ask="nix-shell -p python310Packages.openai --run 'python ~/source/python/chat.py'"
|
||||
|
||||
fzf_projects() {
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
wofi
|
||||
xdg-utils
|
||||
zsh
|
||||
lxqt.lxqt-policykit
|
||||
# Fonts
|
||||
]
|
||||
config.swaywm.systemPackages
|
||||
|
|
Loading…
Reference in New Issue
Block a user