diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
| commit | 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch) | |
| tree | a8a323c6571556d3f1b5e8f197e17ed447f8daa4 /hosts/mercury/config.nix | |
| parent | a97c10944e382cc7c439339c88a007401b67beeb (diff) | |
changes (idk)
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 9 |
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; }; |
