cleanup of configuration.nix

This commit is contained in:
vali 2024-04-12 19:57:56 +02:00
commit e1f8a2e1d4
2 changed files with 5 additions and 21 deletions

View file

@ -23,12 +23,8 @@
btop.enable = true; btop.enable = true;
mpv.enable = true; mpv.enable = true;
i3.enable = true; i3.enable = true;
awesome.enable = true;
schizofox.enable = true; schizofox.enable = true;
#foot.enable = true;
# obs.enable = true;
displaymanager.enable = true; displaymanager.enable = true;
# vivado.enable = true;
#neovim.enable = true; #neovim.enable = true;
#git = { #git = {
# enable = true; # enable = true;
@ -37,15 +33,6 @@
# defaultBranch = "main"; # defaultBranch = "main";
#}; #};
starship.enable = true; starship.enable = true;
hypr = {
land = {
enable = false;
extraPlugins = [
inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces
];
};
#lock.enable = true;
};
zsh = { zsh = {
enable = true; enable = true;
profiling = false; profiling = false;
@ -53,7 +40,7 @@
}; };
services = { services = {
pipewire.enable = true; pipewire.enable = true;
}; };
themes = { themes = {
cursor = { cursor = {
enable = true; enable = true;

View file

@ -1,10 +1,7 @@
{ { config, inputs, lib, pkgs, ... }:
config,
inputs, with lib; let
lib,
pkgs,
...
}: with lib; let
cfg = config.myOptions.programs.hypr.land; cfg = config.myOptions.programs.hypr.land;
username = config.myOptions.other.system.username; username = config.myOptions.other.system.username;
hmCfg = config.home-manager.users.${username}; hmCfg = config.home-manager.users.${username};