cleanup of configuration.nix
This commit is contained in:
parent
633bd97abf
commit
e1f8a2e1d4
2 changed files with 5 additions and 21 deletions
|
@ -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;
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue