Skip to content

Commit

Permalink
Arch desktop home-manager config update
Browse files Browse the repository at this point in the history
:3
  • Loading branch information
Octelly committed Mar 22, 2024
1 parent c573bdb commit 4a30b05
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion homes/x86_64-linux/octelly@xia-pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,27 @@
config
, ...
}:
with config; { }
with config; {
#octelly.shell.cli = {
# enable = true;
# ranger.enable = true;
#};

#octelly.env = {
# enable = true;
# appearance.dark-color-scheme = false;
#};

targets.genericLinux.enable = true;

themes.gtk.adw-gtk3 = {
enable = true;
scheme = "dark";
};

home.packages = with pkgs; [
snowfallorg.frost
nil
owo-digital.MarioVsLuigi-bin
];
}

0 comments on commit 4a30b05

Please sign in to comment.