From 933235010dfb2d1e8e5f345882f90c044c79a505 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 18 Dec 2022 20:07:10 -0500 Subject: [PATCH] autoUpgrade off --- configuration.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7624d89..0fbc77d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,7 +7,7 @@ ./modules/hyprland/default.nix ]; - # Bootloader. + # bootloader boot.loader = { systemd-boot = { enable = true; @@ -87,14 +87,12 @@ wireplumber.enable = true; }; - # enable steam programs.steam = { enable = true; }; users.defaultUserShell = pkgs.nushell; - #polkit security.polkit.enable = true; security.pam.services.swaylock = { text = '' @@ -102,7 +100,6 @@ ''; }; - #users users.users.notoh = { isNormalUser = true; description = "notoh"; @@ -122,7 +119,7 @@ jetbrains.pycharm-community lazygit - # utility + # utility waybar streamlink xplr @@ -148,7 +145,7 @@ wine lutris bottles - osu-lazer + osu-lazer # theming catppuccin-gtk @@ -166,8 +163,8 @@ wget git gh - alacritty stow + wezterm starship nushell rustup @@ -239,7 +236,7 @@ }; system.autoUpgrade = { - enable = true; + enable = false; channel = "https://nixos.org/channel/nixos-unstable"; };