diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 | 
| commit | 007a160616ff033f3cafee058a8afc28629664c9 (patch) | |
| tree | 44c706bef4e709d576b03da1bb4547df10dfef63 /machines/x/home.nix | |
| parent | f7be27cccc42f3491f978171a557d3c8db8fe82a (diff) | |
update
Diffstat (limited to 'machines/x/home.nix')
| -rw-r--r-- | machines/x/home.nix | 19 | 
1 files changed, 11 insertions, 8 deletions
| 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" | 
