This commit is contained in:
Nico
2025-03-30 22:24:44 +02:00
parent 5c4b465ca7
commit f040a1bdb3
6 changed files with 80 additions and 41 deletions

View File

@@ -64,11 +64,11 @@ boot.loader.grub.useOSProber = true;
fsType = "vfat";
};
# fileSystems."/mnt" =
# {
# device = "/dev/disk/by-label/HDD";
# fsType = "ext4";
# };
fileSystems."/mnt/win" =
{
device = "/dev/disk/by-uuid/7420123C201205B0";
fsType = "ntfs";
};
swapDevices = [ ];
@@ -77,6 +77,7 @@ boot.loader.grub.useOSProber = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
networking.hostName = "nico-nixos"; # Define your hostname.
networking.enableIPv6 = false;
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary networking.proxy.default =
@@ -87,10 +88,14 @@ boot.loader.grub.useOSProber = true;
networking.networkmanager.enable = true;
# VM
# virtualisation.virtualbox.host.enable = true;
# users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ];
# virtualisation.virtualbox.guest.enable = true;
# virtualisation.virtualbox.guest.dragAndDrop = true;
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
# virtualisation.virtualbox.host.enableKvm = true;
# virtualisation.virtualbox.host.addNetworkInterface = false;
users.extraGroups.vboxusers.members = [ "nico" ];
# virtualisation.virtualbox.guest.enable = true;
# virtualisation.virtualbox.guest.dragAndDrop = true;
# virtualisation.docker.enable = true;
# Set your time zone.
time.timeZone = "Europe/Berlin";
@@ -140,9 +145,10 @@ boot.loader.grub.useOSProber = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.nico = { isNormalUser = true; description = "nico"; extraGroups = [ "networkmanager"
"wheel" "adbusers"]; packages = with pkgs; [
"wheel" "adbusers" "docker"]; packages = with pkgs; [
obsidian
musescore
mullvad-vpn
];
};
@@ -166,11 +172,13 @@ boot.loader.grub.useOSProber = true;
tree
nodejs
gparted
lutris
heroic
wineWowPackages.stable
spotify
sshfs
# sway
networkmanager
networkmanagerapplet
wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
mako # notification system developed by swaywm maintainer