Compare commits

..

No commits in common. "1f8fb0c53d99e30e0097ec748acf6d640dfd058a" and "03c50a85045b2ba0f1f4e75eaf420d504e39d977" have entirely different histories.

4 changed files with 8 additions and 15 deletions

View File

@ -62,9 +62,7 @@
};
zsh = {
enable = true;
autosuggestions = {
enable = true;
};
enableAutosuggestions = true;
};
};

View File

@ -22,14 +22,13 @@
"https://nix-community.cachix.org"
"https://hyprland.cachix.org"
"https://nix-citizen.cachix.org"
"https://attic.xuyh0120.win/lantian"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nix-citizen.cachix.org-1:lPMkWc2X8XD4/7YPEEwXKKBg+SVbYTVrAaLA2wQTKCo="
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
];
};
};

View File

@ -153,7 +153,7 @@
enable = true;
};
ts_ls = {
ts-ls = {
enable = true;
};

View File

@ -1,9 +1,9 @@
{ pkgs, ...}:
{
services = {
xserver = {
services.xserver = {
displayManager = {
defaultSession = "hyprland";
lightdm = {
enable = true;
greeters = {
@ -15,9 +15,5 @@
};
enable = true;
};
displayManager = {
defaultSession = "hyprland";
};
};
# EOF
}