feat: added user2 and refactored to accommodate
0
home/modules/gui/apps/browsers/braveNix/default.nix
Normal file → Executable file
0
home/modules/gui/apps/browsers/firefoxNix/default.nix
Normal file → Executable file
|
@ -10,12 +10,10 @@ let
|
|||
userKeymapsPath = import (configPath + /userKeymaps);
|
||||
userSettingsPath = import (configPath + /userSettings) { inherit flake lib pkgs; };
|
||||
extraPackagesPath = import (configPath + /extraPackages) { inherit pkgs; };
|
||||
packagePath = flake.inputs.zed-editor.packages.${pkgs.system}.default;
|
||||
in
|
||||
{
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
# package = packagePath;
|
||||
extraPackages = extraPackagesPath;
|
||||
extensions = extensionsPath;
|
||||
userKeymaps = userKeymapsPath;
|
||||
|
|
0
home/modules/gui/apps/media/audio/audioEditing/audioMetadata/beets/default.nix
Normal file → Executable file
0
home/modules/gui/apps/media/images/imageEditing/blender/default.nix
Normal file → Executable file
0
home/modules/gui/apps/media/images/imageEditing/darktable/default.nix
Normal file → Executable file
0
home/modules/gui/apps/media/images/imageEditing/gimp/default.nix
Normal file → Executable file
0
home/modules/gui/apps/media/modeling/blender/default.nix
Normal file → Executable file
0
home/modules/gui/apps/media/modeling/sweetHome/default.nix
Normal file → Executable file
0
home/modules/gui/apps/messaging/tdesktop/default.nix
Normal file → Executable file
0
home/modules/gui/apps/messaging/whatsApp/default.nix
Normal file → Executable file
0
home/modules/gui/apps/messaging/zoom/default.nix
Normal file → Executable file
0
home/modules/gui/apps/tools/celeste/default.nix
Normal file → Executable file
0
home/modules/gui/apps/tools/droidCam/default.nix
Normal file → Executable file
0
home/modules/gui/apps/tools/openRgb/default.nix
Normal file → Executable file
0
home/modules/gui/apps/tools/openTablet/default.nix
Normal file → Executable file
0
home/modules/gui/apps/tools/synologyDrive/default.nix
Normal file → Executable file
0
home/modules/gui/apps/tools/virtManager/default.nix
Normal file → Executable file
0
home/modules/gui/desktop/catppuccin/default.nix
Normal file → Executable file
|
@ -1,7 +1,3 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
general = {
|
||||
after_sleep_cmd = "hyprctl dispatch dpms on";
|
||||
|
|
|
@ -5,11 +5,7 @@
|
|||
}:
|
||||
let
|
||||
configPath = ./config;
|
||||
settingsPath = import (configPath + /settings.nix) {
|
||||
inherit
|
||||
pkgs
|
||||
;
|
||||
};
|
||||
settingsPath = import (configPath + /settings.nix);
|
||||
in
|
||||
{
|
||||
services.hypridle = {
|
||||
|
|
|
@ -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);
|
||||
|
|
Before Width: | Height: | Size: 4.2 MiB |
Before Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 2 MiB |
Before Width: | Height: | Size: 4.2 MiB |
Before Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 3.5 MiB |
Before Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 3.5 MiB |
Before Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 464 KiB |