This commit is contained in:
biscuit
2025-05-13 18:17:17 -05:00
parent 9290d27146
commit 2576eacb6b
7 changed files with 473 additions and 3 deletions
+16
View File
@@ -14,6 +14,14 @@
# Enable networking
networking.networkmanager.enable = true;
# Enable bluetooth
hardware.bluetooth.enable = true;
services.blueman.enable = true;
# Sound
hardware.pulseaudio.enable = true;
# Set your time zone.
time.timeZone = "America/Chicago";
@@ -66,6 +74,14 @@
# Enable non-bash shell
programs.zsh.enable = true;
# Enable hyprland
programs.hyprland = {
enable = true;
# set the flake package
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# # make sure to also set the portal package, so that they are in sync
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
# Enable experimental features
nix.settings.experimental-features = [ "nix-command" "flakes" ];
#nixpkgs = {