cleanup of configuration.nix

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

View file

@ -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;

View file

@ -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};