Merge remote-tracking branch 'origin/nixos' into nixos
This commit is contained in:
commit
420b5d5d10
40 changed files with 341 additions and 281 deletions
|
|
@ -10,7 +10,13 @@
|
|||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
my = {
|
||||
profiles = {
|
||||
desktop.enable = true;
|
||||
gaming.enable = true;
|
||||
personal.enable = true;
|
||||
};
|
||||
programs.hyprland.nvidiaSupport = true;
|
||||
services.mullvad.enable = true;
|
||||
programs.ledger.enable = true;
|
||||
|
|
|
|||
1
hosts/nixos-desktop/system.nix
Normal file
1
hosts/nixos-desktop/system.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
"x86_64-linux"
|
||||
|
|
@ -10,7 +10,13 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
my.virtualisation.libvirtd.enable = true;
|
||||
my = {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
profiles = {
|
||||
desktop.enable = true;
|
||||
personal.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# BOOT
|
||||
boot = {
|
||||
|
|
@ -31,7 +37,7 @@
|
|||
xserver.libinput.enable = true;
|
||||
xserver.libinput.touchpad.disableWhileTyping = true;
|
||||
printing.enable = true;
|
||||
logind.lidSwitch = "suspend-and-hibernate";
|
||||
logind.lidSwitch = "hybrid-sleep";
|
||||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
|
|
|
|||
1
hosts/nixos-laptop/system.nix
Normal file
1
hosts/nixos-laptop/system.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
"x86_64-linux"
|
||||
Loading…
Add table
Add a link
Reference in a new issue