Compare commits
2 Commits
03c50a8504
...
1f8fb0c53d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f8fb0c53d | ||
|
|
09d413f6c0 |
@ -62,7 +62,9 @@
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestions = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -21,15 +21,16 @@
|
||||
"https://cache.nixos.org"
|
||||
"https://nix-community.cachix.org"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://nix-citizen.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="
|
||||
"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="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -153,7 +153,7 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
ts-ls = {
|
||||
ts_ls = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{ pkgs, ...}:
|
||||
|
||||
{
|
||||
services.xserver = {
|
||||
services = {
|
||||
xserver = {
|
||||
displayManager = {
|
||||
defaultSession = "hyprland";
|
||||
lightdm = {
|
||||
enable = true;
|
||||
greeters = {
|
||||
@ -14,6 +14,10 @@
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
displayManager = {
|
||||
defaultSession = "hyprland";
|
||||
};
|
||||
};
|
||||
# EOF
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user