mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-10 00:58:55 +02:00
nix: Further categorization
This commit is contained in:
parent
f160de4ad2
commit
f399280ff1
@ -5,5 +5,6 @@
|
|||||||
./nix
|
./nix
|
||||||
./systemd
|
./systemd
|
||||||
./timezone
|
./timezone
|
||||||
|
./user
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./editorconfig
|
||||||
./npm
|
./npm
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
65
flake.nix
65
flake.nix
@ -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
8
host/default.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./mullvad
|
||||||
|
./networking
|
||||||
|
./packages
|
||||||
|
./virtualization
|
||||||
|
];
|
||||||
|
}
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
@ -3,6 +3,7 @@
|
|||||||
./bat
|
./bat
|
||||||
./fish
|
./fish
|
||||||
./git
|
./git
|
||||||
|
./gpg
|
||||||
./htop
|
./htop
|
||||||
./ncmpcpp
|
./ncmpcpp
|
||||||
./neovim
|
./neovim
|
||||||
|
Loading…
Reference in New Issue
Block a user