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