sddm-not-working

This commit is contained in:
2024-03-01 14:27:03 +01:00
parent 61a16bf570
commit 1e95a11051
3 changed files with 1 additions and 1442 deletions

View File

@@ -3,6 +3,7 @@
{
home.packages = with pkgs; [
zsh
fzf
python3
zsh-nix-shell
nix-zsh-completions
@@ -69,13 +70,4 @@
];
};
};
#xdg.configFile = {
# "zsh/zsh-syntax-highlighting" = {
# source = ./zsh-syntax-highlighting.zsh;
# };
# "zsh/zsh-history-substring-search" = {
# source = ./zsh-history-substring-search.zsh;
# };
#};
}