From 007a160616ff033f3cafee058a8afc28629664c9 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Mar 2024 20:15:56 +0530 Subject: update --- machines/x/configuration.nix | 7 ++++++- machines/x/home.nix | 19 +++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) (limited to 'machines') diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index aa77704..21ca26a 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -7,8 +7,8 @@ ] ++ (map (path: ../../modules/${path}) [ "global.nix" "compromyse.nix" - "plasma.nix" "login.nix" + "wm.nix" "fonts.nix" "bluetooth.nix" "audio.nix" @@ -35,4 +35,9 @@ home-manager.users.compromyse = import ./home.nix; programs.steam.enable = true; + + networking.extraHosts = + '' + 127.0.0.1 download.labsmartlis.local + ''; } diff --git a/machines/x/home.nix b/machines/x/home.nix index 77769ea..51cd064 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -21,8 +21,8 @@ in { unzip zip - # cinnamon.nemo - # mate.eom + cinnamon.nemo + mate.eom spotify firefox @@ -30,22 +30,25 @@ in { obs-studio - # pavucontrol - # blueman - # brillo + pavucontrol + brillo + playerctl + pamixer - # wbg + wbg kcalc ccls - rubocop nodePackages.pyright git-lfs ] ++ [ tlauncher ]; imports = (map (path: ../../config/${path}) [ - # "themes.nix" + "themes.nix" + "fuzzel" + "dunst" + "dwl.nix" "dotfiles.nix" "git" "nvim" -- cgit v1.2.3