Compare commits
3 Commits
8d0430ae52
...
903776dca6
Author | SHA1 | Date | |
---|---|---|---|
903776dca6 | |||
b6dc568215 | |||
130c341816 |
@ -1,22 +1,18 @@
|
||||
{
|
||||
imports = [
|
||||
./global
|
||||
|
||||
./features/fish
|
||||
./features/direnv
|
||||
./features/topgrade
|
||||
./features/neovim
|
||||
./features/kitty
|
||||
./features/wezterm
|
||||
./features/alacritty
|
||||
./features/yazi
|
||||
./features/emacs
|
||||
# ./features/i3
|
||||
|
||||
./features/hyprland
|
||||
|
||||
./features/nix-helper
|
||||
./features/desktop
|
||||
|
||||
./features/suites/cli
|
||||
./features/suites/desktop
|
||||
./features/suites/development
|
||||
|
Before Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 823 KiB |
Before Width: | Height: | Size: 759 KiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1024 KiB |
Before Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 499 KiB |
Before Width: | Height: | Size: 607 KiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 719 KiB |
Before Width: | Height: | Size: 464 KiB |
Before Width: | Height: | Size: 831 KiB |
Before Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 861 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 267 KiB |
Before Width: | Height: | Size: 239 KiB |
Before Width: | Height: | Size: 299 KiB |
Before Width: | Height: | Size: 10 MiB |
Before Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 261 KiB |
Before Width: | Height: | Size: 269 KiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 342 KiB |
Before Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 595 KiB |
@ -3,6 +3,8 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [../../gtk];
|
||||
|
||||
services.blueman-applet.enable = true;
|
||||
services.nextcloud-client.enable = true;
|
||||
services.nextcloud-client.startInBackground = true;
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
@ -9,8 +8,7 @@
|
||||
imports =
|
||||
[
|
||||
../features/fonts
|
||||
# ../features/cli
|
||||
# ../features/helix
|
||||
../features/nix-helper
|
||||
]
|
||||
++ (builtins.attrValues outputs.homeManagerModules);
|
||||
|
||||
|
@ -10,9 +10,8 @@
|
||||
./features/wezterm
|
||||
./features/yazi
|
||||
./features/emacs
|
||||
./features/i3
|
||||
./features/nix-helper
|
||||
./features/desktop
|
||||
|
||||
./features/hyprland
|
||||
|
||||
./features/suites/cli
|
||||
./features/suites/desktop
|
||||
|