Finally (hopefully) fixed hyprlock. Updated nvidia drivers and kernel, added fastfetch config and hyprlock profile logo
This commit is contained in:
parent
4f16b2182d
commit
c78bcba9b1
9 changed files with 149 additions and 8 deletions
|
|
@ -175,6 +175,8 @@
|
|||
];
|
||||
programs.kdeconnect.enable = true;
|
||||
programs.kdeconnect.package = pkgs.kdePackages.kdeconnect-kde;
|
||||
programs.hyprlock.enable = true;
|
||||
|
||||
xdg = {
|
||||
menus.enable = true;
|
||||
mime.enable = true;
|
||||
|
|
@ -372,6 +374,9 @@
|
|||
};
|
||||
# services.displayManager.sddm.wayland.enable = true;
|
||||
nix = {
|
||||
settings.experimental-features = ["nix-command" "flakes"];
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue