From db0493863f4d89a074eea0b4e230ff00cea67611 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Mar 2024 21:52:19 +0530 Subject: update --- machines/x/configuration.nix | 9 ++++----- machines/x/home.nix | 10 ++++------ 2 files changed, 8 insertions(+), 11 deletions(-) (limited to 'machines/x') diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 21ca26a..7aae93d 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -6,12 +6,12 @@ inputs.home-manager.nixosModules.default ] ++ (map (path: ../../modules/${path}) [ "global.nix" + "core/audio.nix" + "core/bluetooth.nix" + "core/fonts.nix" + "polkit.nix" "compromyse.nix" "login.nix" - "wm.nix" - "fonts.nix" - "bluetooth.nix" - "audio.nix" "virtualization.nix" "nvidia.nix" ]); @@ -34,7 +34,6 @@ networking.hostName = "x"; home-manager.users.compromyse = import ./home.nix; - programs.steam.enable = true; networking.extraHosts = '' diff --git a/machines/x/home.nix b/machines/x/home.nix index 51cd064..9d0a4ab 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -37,8 +37,6 @@ in { wbg - kcalc - ccls nodePackages.pyright git-lfs @@ -46,14 +44,14 @@ in { imports = (map (path: ../../config/${path}) [ "themes.nix" - "fuzzel" - "dunst" - "dwl.nix" + "bash.nix" "dotfiles.nix" "git" "nvim" "alacritty" - "bash.nix" + "dwl.nix" + "fuzzel" + "dunst" ]); home.stateVersion = "23.11"; -- cgit v1.2.3