2025.04.30-21:11

This commit is contained in:
2025-04-30 21:11:10 +02:00
parent 8065685ccb
commit 4f3b1f8857
5 changed files with 10 additions and 18 deletions

View File

@ -5,23 +5,23 @@
./tweaks ./tweaks
./appimage.nix ./appimage.nix
./desktop-cinnamon.nix ./desktop-cinnamon.nix
./distrobox.nix #./distrobox.nix
./firefox.nix ./firefox.nix
./flatpak.nix ./flatpak.nix
./fonts.nix ./fonts.nix
./gpu-amd.nix ./gpu-amd.nix
#./gpu-intel.nix #./gpu-intel.nix
./kvm.nix #./kvm.nix
#./laptop.nix #./laptop.nix
./mpd.nix #./mpd.nix
./nix-ld.nix ./nix-ld.nix
./pkgs-cli.nix ./pkgs-cli.nix
./pkgs-extra.nix ./pkgs-extra.nix
./printer.nix ./printer.nix
./samba.nix #./samba.nix
#./samba-nas.nix #./samba-nas.nix
./samba-srv.nix ./samba-srv.nix
./steam.nix #./steam.nix
./syncthing.nix ./syncthing.nix
]; ];
} }

View File

@ -18,10 +18,4 @@
]; ];
}; };
# Enables Bluetooth
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
} }

View File

@ -38,7 +38,6 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#gmpc # Gnome Music Player Client
cantata cantata
]; ];
} }

View File

@ -33,7 +33,7 @@
networkmanager.enable = true; networkmanager.enable = true;
networkmanager.plugins = with pkgs; [ networkmanager-openvpn ]; networkmanager.plugins = with pkgs; [ networkmanager-openvpn ];
usePredictableInterfaceNames = false; usePredictableInterfaceNames = false;
hostName = "wlin002-nixos"; hostName = "wlin001-nixos";
}; };
# Set your time zone # Set your time zone
@ -142,7 +142,6 @@
haveged.enable = true; haveged.enable = true;
preload.enable = true; preload.enable = true;
udisks2.enable = true; udisks2.enable = true;
#tumbler.enable = true;
}; };
# Enable OpenSSH # Enable OpenSSH

View File

@ -20,7 +20,7 @@ in
]; ];
imports = [ imports = [
./../home ./config/home
]; ];
# Set profile # Set profile