From 09099bf87c711d18e640e4f33eaa532e109e359d Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Tue, 4 Jun 2024 20:48:23 -0500 Subject: [PATCH] Fix laptop config --- flake.nix | 6 ++++++ hosts/alpheratz/home.nix | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c2c9712..23af982 100644 --- a/flake.nix +++ b/flake.nix @@ -93,11 +93,17 @@ }; + gui = { enable = true; protonmail = true; matrix = true; + sway = { + enable = true; + desktop = false; + }; + monitors = utils.mkMonitor { monitor = "eDP-1"; resolution = "1920x1200"; diff --git a/hosts/alpheratz/home.nix b/hosts/alpheratz/home.nix index 134da89..c0714fe 100644 --- a/hosts/alpheratz/home.nix +++ b/hosts/alpheratz/home.nix @@ -14,7 +14,6 @@ homeDirectory = "/home/eesim"; }; - home.file.".config/sway/config".source = ./dotfiles/sway/config; home.file.".config/nvim".source = ./dotfiles/nvim; home.file.".config/waybar".source = ./dotfiles/waybar; home.file.".config/fish/config.fish".source = ./dotfiles/fish/config.fish;