aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/config.nix')
-rw-r--r--hosts/mercury/config.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index e5d8720..418b9fe 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -2,11 +2,19 @@
collinux = {
theme = "catppuccin";
+ secrets = {
+ "gliese-key" = {
+ file = ../gliese-key.age;
+ owner = "collin";
+ };
+ };
+
user.useRun0 = true;
desktop = {
wallpaper = ./wallpapers/abstract-swirls.jpg;
gtk.enable = true;
+
greetd = {
enable = true;
autologin.enable = true;
@@ -24,6 +32,7 @@
programs = {
firefox.enable = true;
foot.enable = true;
+ tofi.enable = true;
research.enable = true;
};