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.nix24
1 files changed, 9 insertions, 15 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index 3790951..4b5ac0d 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -1,15 +1,4 @@
-{inputs, ...}: {
- nix-furnace = {
- extraSystemModules = [
- inputs.hjem.nixosModules.default
- ./system.nix
- ./disks.nix
- ];
- extraHomeModules = [
- ./home.nix
- ];
- };
-
+{
collinux = {
theme = "catppuccin";
@@ -19,10 +8,15 @@
};
desktop = {
- sway.enable = true;
wallpaper = ./wallpaper.jpg;
- components.fuzzel.enable = true;
- components.dunst.enable = true;
+
+ greetd.enable = true;
+
+ sway = {
+ enable = true;
+ components.fuzzel.enable = true;
+ components.dunst.enable = true;
+ };
programs = {
firefox.enable = true;