diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 337501f..4cd836c 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -7,15 +7,13 @@ }: let home-manager = builtins.fetchTarball { url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz"; - sha256 = "1mwq9mzyw1al03z4q2ifbp6d0f0sx9f128xxazwrm62z0rcgv4na"; + sha256 = "1dga3vsd60v9mfyhwgbil13mrchw5crbpgh4zjw9fghv1vyk89vq"; }; in { imports = [ ./hardware-configuration.nix (import "${home-manager}/nixos") inputs.spicetify-nix.nixosModules.default - - ../modules/steam.nix ]; programs.spicetify = let @@ -56,32 +54,9 @@ in { # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; - # Enable initrd hook for virtual console customisation - # aka cool colours when bootting yay!! console = { - enable = true; - earlySetup = true; # initrd pre hook - keyMap = "us"; font = "Lat2-Terminus16"; - # ANSI 24-bit color definitions (theme: dracula) - colors = [ - "21222c" - "ff5555" - "50fa7b" - "f1fa8c" - "bd93f9" - "ff79c6" - "8be9fd" - "f8f8f2" - "6272a4" - "ff6e6e" - "69ff94" - "ffffa5" - "d6acff" - "ff92df" - "a4ffff" - "ffffff" - ]; + keyMap = "us"; }; # ----- NETWORKING SECTION ----- @@ -202,7 +177,6 @@ in { easyeffects pavucontrol ani-cli - bluetui wl-clipboard # clipboard for wayland hyprpicker @@ -254,11 +228,6 @@ in { # Cryptography openssl libargon2 - - # Games - mindustry-wayland - dwarf-fortress - nethack ]; # DEBUG: configuring xdg portal here instead? @@ -392,11 +361,6 @@ in { # Enable OpenGL hardware = { graphics.enable = true; - - bluetooth = { - enable = true; - powerOnBoot = true; - }; }; # DO NOT MODIFY