9 current 2024-08-31 13:48:49 24.05.4169.797f7dc49e0b 6.6.46 *
This commit is contained in:
parent
609046b265
commit
07c912a7f0
@ -17,6 +17,8 @@
|
||||
networking.hostName = "case"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes" ];
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
@ -58,6 +60,9 @@
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
#enable bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
@ -96,8 +101,6 @@
|
||||
];
|
||||
};
|
||||
|
||||
# Install firefox.
|
||||
programs.firefox.enable = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
@ -47,4 +47,4 @@ git commit -am "$current"
|
||||
#popd
|
||||
|
||||
# Notify all OK!
|
||||
notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
|
||||
#notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available
|
||||
|
Loading…
x
Reference in New Issue
Block a user