2025.04.30-21:11
This commit is contained in:
@ -5,23 +5,23 @@
|
||||
./tweaks
|
||||
./appimage.nix
|
||||
./desktop-cinnamon.nix
|
||||
./distrobox.nix
|
||||
#./distrobox.nix
|
||||
./firefox.nix
|
||||
./flatpak.nix
|
||||
./fonts.nix
|
||||
./gpu-amd.nix
|
||||
#./gpu-intel.nix
|
||||
./kvm.nix
|
||||
#./kvm.nix
|
||||
#./laptop.nix
|
||||
./mpd.nix
|
||||
#./mpd.nix
|
||||
./nix-ld.nix
|
||||
./pkgs-cli.nix
|
||||
./pkgs-extra.nix
|
||||
./printer.nix
|
||||
./samba.nix
|
||||
#./samba.nix
|
||||
#./samba-nas.nix
|
||||
./samba-srv.nix
|
||||
./steam.nix
|
||||
#./steam.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
}
|
||||
|
@ -18,10 +18,4 @@
|
||||
];
|
||||
};
|
||||
|
||||
# Enables Bluetooth
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
}
|
@ -38,7 +38,6 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
#gmpc # Gnome Music Player Client
|
||||
cantata
|
||||
];
|
||||
}
|
@ -33,7 +33,7 @@
|
||||
networkmanager.enable = true;
|
||||
networkmanager.plugins = with pkgs; [ networkmanager-openvpn ];
|
||||
usePredictableInterfaceNames = false;
|
||||
hostName = "wlin002-nixos";
|
||||
hostName = "wlin001-nixos";
|
||||
};
|
||||
|
||||
# Set your time zone
|
||||
@ -142,7 +142,6 @@
|
||||
haveged.enable = true;
|
||||
preload.enable = true;
|
||||
udisks2.enable = true;
|
||||
#tumbler.enable = true;
|
||||
};
|
||||
|
||||
# Enable OpenSSH
|
||||
|
@ -20,7 +20,7 @@ in
|
||||
];
|
||||
|
||||
imports = [
|
||||
./../home
|
||||
./config/home
|
||||
];
|
||||
|
||||
# Set profile
|
||||
|
Reference in New Issue
Block a user