Compare commits
2 commits
3be0332f7c
...
a6b28f8c05
Author | SHA1 | Date | |
---|---|---|---|
Natsu Kagami | a6b28f8c05 | ||
Natsu Kagami | b46da01895 |
|
@ -70,9 +70,8 @@
|
|||
nix.registry.current-system.flake = self;
|
||||
nix.registry.nixpkgs-unstable.flake = nixpkgs-unstable;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.nixPath = [
|
||||
nix.nixPath = lib.mkDefault [
|
||||
"nixpkgs-unstable=${nixpkgs-unstable}"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
../modules/services/edns
|
||||
];
|
||||
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Power Management
|
||||
services.upower = {
|
||||
|
|
Loading…
Reference in a new issue