aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-12 19:46:26 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-12 19:46:26 -0800
commit060de5c333a4128cdb754a1b671d74ffdd56da31 (patch)
tree8040bad0c0a11626f6005f9d0a06d8000554af73
parentterminal: nixfmt (diff)
downloadinfra-060de5c333a4128cdb754a1b671d74ffdd56da31.tar.gz
desktop: element and theme
-rw-r--r--users/fcuny/desktop/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/fcuny/desktop/default.nix b/users/fcuny/desktop/default.nix
index 6e68c52..41def25 100644
--- a/users/fcuny/desktop/default.nix
+++ b/users/fcuny/desktop/default.nix
@@ -12,8 +12,11 @@
./trust
./wm
./xdg.nix
+ ./theme.nix
];
+ base16-theme.enable = true;
+
home.packages = [
pkgs.easyeffects
pkgs.gnome.seahorse
@@ -22,6 +25,7 @@
pkgs.pcmanfm
pkgs.transmission-remote-gtk
pkgs.xdg-utils
+ pkgs.element-desktop
];
home = {