nix: Further categorization

This commit is contained in:
Donovan Glover 2023-05-18 19:12:30 -04:00
parent f160de4ad2
commit f399280ff1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
21 changed files with 29 additions and 58 deletions

View File

@ -5,5 +5,6 @@
./nix ./nix
./systemd ./systemd
./timezone ./timezone
./user
]; ];
} }

View File

@ -1,13 +1,20 @@
{ {
imports = [ imports = [
./dual-function-keys
./dunst ./dunst
./fcitx5 ./fcitx5
./fonts
./gtk
./hyprland ./hyprland
./mozc ./mozc
./pipewire
./rofi ./rofi
./stylix
./swaylock ./swaylock
./udiskie
./waybar ./waybar
./xcursor ./xcursor
./xdg-user-dirs
./xresources ./xresources
./xserver ./xserver
]; ];

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./editorconfig
./npm ./npm
]; ];
} }

View File

@ -26,65 +26,16 @@
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = attrs; specialArgs = attrs;
modules = [ modules = [
./home-manager home-manager.nixosModules.home-manager
hyprland.nixosModules.default hyprland.nixosModules.default
stylix.nixosModules.stylix stylix.nixosModules.stylix
home-manager.nixosModules.home-manager ./applications
./laptop.nix ./common
./bat ./desktop
./dunst ./dev
./editorconfig ./games
./fcitx5 ./host
./feh ./terminal
./fish
./git
./gpg-agent
./gpg
./gtk
./hyprland
./kitty
./librewolf
./mozc
./mpd
./mpv
./ncmpcpp
./neovim
./qutebrowser
./ranger
./rofi
./swaylock
./thunar
./tig
./udiskie
./waybar
./xcursor
./xdg-user-dirs
./xresources
./zathura
./starship
./fonts
./stylix
./htop
./dual-function-keys
./tlp
./osu
./srb2
./mullvad
./pipewire
./networking
./virtualization
./xserver
./systemd
./vnstat
./locale
./firejail
./timezone
./nix
./npm
./home-manager
./user
./piper
./packages
{ {
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;

8
host/default.nix Normal file
View File

@ -0,0 +1,8 @@
{
imports = [
./mullvad
./networking
./packages
./virtualization
];
}

View File

@ -17,7 +17,6 @@
anki anki
logseq logseq
yt-dlp yt-dlp
gurk-rs
wl-clipboard wl-clipboard
ffmpeg ffmpeg
siege siege
@ -64,5 +63,8 @@
rustfmt rustfmt
cargo cargo
genact genact
helix
nil
marksman
]; ];
} }

View File

@ -3,6 +3,7 @@
./bat ./bat
./fish ./fish
./git ./git
./gpg
./htop ./htop
./ncmpcpp ./ncmpcpp
./neovim ./neovim