Remove Hyprland from system packages

This commit is contained in:
Thomas Avé 2025-01-08 20:11:51 +01:00
parent 45a4649c6b
commit f154f086cf
3 changed files with 3 additions and 12 deletions

View File

@ -8,11 +8,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=",
"path": "/nix/store/k25y4bqyl7cxf8pjl1wa7qaxj4lc0z4a-source/home/ags",
"path": "/nix/store/a1bz1i5vh43kds701akgnkldx647ppf6-source/home/ags",
"type": "path"
},
"original": {
"path": "/nix/store/k25y4bqyl7cxf8pjl1wa7qaxj4lc0z4a-source/home/ags",
"path": "/nix/store/a1bz1i5vh43kds701akgnkldx647ppf6-source/home/ags",
"type": "path"
}
},

View File

@ -1,12 +1,7 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
services.udev.packages = [ pkgs.yubikey-personalization ];
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
};
hardware.graphics = {
enable = true;
};

View File

@ -27,10 +27,6 @@ in {
programs.virt-manager.enable = true;
users.users.user.extraGroups = [ "libvirtd" ];
# services.ollama = {
# enable = true;
# };
networking.wg-quick.interfaces = {
wg0 = {
address = [ "10.0.0.10/24" " 2a02:a03f:83ad:2101::2/128" ];