mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
nix: Further categorization
This commit is contained in:
parent
f160de4ad2
commit
f399280ff1
@ -5,5 +5,6 @@
|
||||
./nix
|
||||
./systemd
|
||||
./timezone
|
||||
./user
|
||||
];
|
||||
}
|
||||
|
@ -1,13 +1,20 @@
|
||||
{
|
||||
imports = [
|
||||
./dual-function-keys
|
||||
./dunst
|
||||
./fcitx5
|
||||
./fonts
|
||||
./gtk
|
||||
./hyprland
|
||||
./mozc
|
||||
./pipewire
|
||||
./rofi
|
||||
./stylix
|
||||
./swaylock
|
||||
./udiskie
|
||||
./waybar
|
||||
./xcursor
|
||||
./xdg-user-dirs
|
||||
./xresources
|
||||
./xserver
|
||||
];
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./editorconfig
|
||||
./npm
|
||||
];
|
||||
}
|
||||
|
65
flake.nix
65
flake.nix
@ -26,65 +26,16 @@
|
||||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./home-manager
|
||||
home-manager.nixosModules.home-manager
|
||||
hyprland.nixosModules.default
|
||||
stylix.nixosModules.stylix
|
||||
home-manager.nixosModules.home-manager
|
||||
./laptop.nix
|
||||
./bat
|
||||
./dunst
|
||||
./editorconfig
|
||||
./fcitx5
|
||||
./feh
|
||||
./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
|
||||
./applications
|
||||
./common
|
||||
./desktop
|
||||
./dev
|
||||
./games
|
||||
./host
|
||||
./terminal
|
||||
{
|
||||
boot.loader.systemd-boot.enable = 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
|
||||
logseq
|
||||
yt-dlp
|
||||
gurk-rs
|
||||
wl-clipboard
|
||||
ffmpeg
|
||||
siege
|
||||
@ -64,5 +63,8 @@
|
||||
rustfmt
|
||||
cargo
|
||||
genact
|
||||
helix
|
||||
nil
|
||||
marksman
|
||||
];
|
||||
}
|
@ -3,6 +3,7 @@
|
||||
./bat
|
||||
./fish
|
||||
./git
|
||||
./gpg
|
||||
./htop
|
||||
./ncmpcpp
|
||||
./neovim
|
||||
|
Loading…
Reference in New Issue
Block a user