mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added user2 and refactored to accommodate
This commit is contained in:
parent
9cdcf4fec4
commit
04d561de0c
48 changed files with 133 additions and 338 deletions
|
@ -15,7 +15,6 @@ in
|
|||
"waybar"
|
||||
"nm-applet"
|
||||
"blueman-applet"
|
||||
"blueman-manager"
|
||||
"easyeffects -r"
|
||||
"emote"
|
||||
"flameshot"
|
||||
|
|
|
@ -10,12 +10,7 @@ let
|
|||
configPath = ./config;
|
||||
configImports = {
|
||||
animations = import (configPath + /animations.nix);
|
||||
bind = import (configPath + /bind.nix) {
|
||||
inherit
|
||||
flake
|
||||
config
|
||||
;
|
||||
};
|
||||
bind = import (configPath + /bind.nix) { inherit flake config; };
|
||||
bindm = import (configPath + /bindm.nix);
|
||||
binds = import (configPath + /binds.nix);
|
||||
# bindl =
|
||||
|
@ -24,16 +19,8 @@ let
|
|||
# else null;
|
||||
decoration = import (configPath + /decoration.nix);
|
||||
dwindle = import (configPath + /dwindle.nix);
|
||||
exec-once = import (configPath + /exec-once.nix) {
|
||||
inherit
|
||||
flake
|
||||
;
|
||||
};
|
||||
general = import (configPath + /general.nix) {
|
||||
inherit
|
||||
flake
|
||||
;
|
||||
};
|
||||
exec-once = import (configPath + /exec-once.nix) { inherit flake; };
|
||||
general = import (configPath + /general.nix) { inherit flake; };
|
||||
input = import (configPath + /input.nix);
|
||||
misc = import (configPath + /misc.nix);
|
||||
windowrulev2 = import (configPath + /windowrulev2.nix);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue