Compare commits

...

2 commits

Author SHA1 Message Date
Natsu Kagami a6b28f8c05
Keep nixpkgs in nix channel list 2024-06-07 13:50:38 +02:00
Natsu Kagami b46da01895
Move yoga to plasma6 2024-06-04 10:58:24 +02:00
2 changed files with 2 additions and 3 deletions

View file

@ -70,9 +70,8 @@
nix.registry.current-system.flake = self; nix.registry.current-system.flake = self;
nix.registry.nixpkgs-unstable.flake = nixpkgs-unstable; nix.registry.nixpkgs-unstable.flake = nixpkgs-unstable;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.nixPath = [ nix.nixPath = lib.mkDefault [
"nixpkgs-unstable=${nixpkgs-unstable}" "nixpkgs-unstable=${nixpkgs-unstable}"
"/nix/var/nix/profiles/per-user/root/channels"
]; ];
}; };

View file

@ -15,7 +15,7 @@
../modules/services/edns ../modules/services/edns
]; ];
services.xserver.desktopManager.plasma5.enable = true; services.xserver.desktopManager.plasma6.enable = true;
# Power Management # Power Management
services.upower = { services.upower = {