mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-25 12:12:29 +02:00
Split modules based on function
This commit is contained in:
parent
e20be890d0
commit
7bcb8a5807
12
applications/default.nix
Normal file
12
applications/default.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./feh
|
||||||
|
./kitty
|
||||||
|
./librewolf
|
||||||
|
./mpv
|
||||||
|
./piper
|
||||||
|
./qutebrowser
|
||||||
|
./thunar
|
||||||
|
./zathura
|
||||||
|
];
|
||||||
|
}
|
9
common/default.nix
Normal file
9
common/default.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./home-manager
|
||||||
|
./locale
|
||||||
|
./nix
|
||||||
|
./systemd
|
||||||
|
./timezone
|
||||||
|
];
|
||||||
|
}
|
14
desktop/default.nix
Normal file
14
desktop/default.nix
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./dunst
|
||||||
|
./fcitx5
|
||||||
|
./hyprland
|
||||||
|
./mozc
|
||||||
|
./rofi
|
||||||
|
./swaylock
|
||||||
|
./waybar
|
||||||
|
./xcursor
|
||||||
|
./xresources
|
||||||
|
./xserver
|
||||||
|
];
|
||||||
|
}
|
5
dev/default.nix
Normal file
5
dev/default.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./npm
|
||||||
|
];
|
||||||
|
}
|
6
games/default.nix
Normal file
6
games/default.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./osu
|
||||||
|
./srb2
|
||||||
|
];
|
||||||
|
}
|
13
terminal/default.nix
Normal file
13
terminal/default.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./bat
|
||||||
|
./fish
|
||||||
|
./git
|
||||||
|
./htop
|
||||||
|
./ncmpcpp
|
||||||
|
./neovim
|
||||||
|
./ranger
|
||||||
|
./starship
|
||||||
|
./tig
|
||||||
|
];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user