Remove distinction between home-manager files

This commit is contained in:
Donovan Glover 2023-05-18 10:20:37 -04:00
parent 3d8e6f356e
commit e20be890d0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
61 changed files with 61 additions and 65 deletions

View File

@ -31,30 +31,60 @@
stylix.nixosModules.stylix
home-manager.nixosModules.home-manager
./laptop.nix
./modules/starship
./modules/fonts
./modules/stylix
./modules/htop
./modules/dual-function-keys
./modules/tlp
./modules/osu
./modules/srb2
./modules/mullvad
./modules/pipewire
./modules/networking
./modules/virtualization
./modules/xserver
./modules/systemd
./modules/vnstat
./modules/locale
./modules/firejail
./modules/timezone
./modules/nix
./modules/npm
./modules/home-manager
./modules/user
./modules/piper
./modules/packages
./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
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

View File

@ -1,34 +1,9 @@
{
imports = [
./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
];
home-manager = {
useGlobalPkgs = true;
sharedModules = [{
home.stateVersion = "22.11";
}];
};
}

View File

@ -1,9 +0,0 @@
{
home-manager = {
useGlobalPkgs = true;
sharedModules = [{
home.stateVersion = "22.11";
}];
};
}

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB