From 4001f0387d30c7f68e60dc5aa8902dd8472171a3 Mon Sep 17 00:00:00 2001 From: vali Date: Fri, 12 Apr 2024 19:57:56 +0200 Subject: [PATCH] cleanup of configuration.nix --- hosts/vali/mars/configuration.nix | 15 +-------------- hosts/vali/mars/hypr/land.nix | 11 ++++------- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/hosts/vali/mars/configuration.nix b/hosts/vali/mars/configuration.nix index 2d9f20a..fa98be9 100644 --- a/hosts/vali/mars/configuration.nix +++ b/hosts/vali/mars/configuration.nix @@ -23,12 +23,8 @@ btop.enable = true; mpv.enable = true; i3.enable = true; - awesome.enable = true; schizofox.enable = true; - #foot.enable = true; -# obs.enable = true; displaymanager.enable = true; -# vivado.enable = true; #neovim.enable = true; #git = { # enable = true; @@ -37,15 +33,6 @@ # defaultBranch = "main"; #}; starship.enable = true; - hypr = { - land = { - enable = false; - extraPlugins = [ - inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces - ]; - }; - #lock.enable = true; - }; zsh = { enable = true; profiling = false; @@ -53,7 +40,7 @@ }; services = { pipewire.enable = true; - }; + }; themes = { cursor = { enable = true; diff --git a/hosts/vali/mars/hypr/land.nix b/hosts/vali/mars/hypr/land.nix index cf566df..475d78c 100644 --- a/hosts/vali/mars/hypr/land.nix +++ b/hosts/vali/mars/hypr/land.nix @@ -1,10 +1,7 @@ -{ - config, - inputs, - lib, - pkgs, - ... -}: with lib; let +{ config, inputs, lib, pkgs, ... }: + +with lib; let + cfg = config.myOptions.programs.hypr.land; username = config.myOptions.other.system.username; hmCfg = config.home-manager.users.${username};