chore: add back virtualisation and remove specs
virt: add virt-manager back specs: removed - no more use for them hw: removed filesystem term due to chance in fs structure
This commit is contained in:
parent
edf1ab243e
commit
6d47209757
3 changed files with 11 additions and 13 deletions
|
@ -8,9 +8,9 @@
|
|||
./nvidia.nix
|
||||
./fonts.nix
|
||||
./services/laptop.preset.nix
|
||||
#./virtualisation.nix
|
||||
./virtualisation.nix
|
||||
#./dwm
|
||||
./spec.nix
|
||||
#./spec.nix
|
||||
./hardware-configuration.nix
|
||||
#./custom-hosts.nix
|
||||
];
|
||||
|
@ -23,10 +23,11 @@
|
|||
NIXOS_OZONE_WL = "1";
|
||||
# GTK_IM_MODULE = lib.mkForce "";
|
||||
};
|
||||
/*services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};*/
|
||||
/* services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
*/
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
|
@ -64,6 +65,9 @@
|
|||
#enabled = "ibus";
|
||||
#ibus.engines = with pkgs.ibus-engines; [rime];
|
||||
};
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue