cleanup and restructuring

This commit is contained in:
Rouven Seifert 2023-04-06 22:31:45 +02:00
parent 706220f980
commit 8b2ea66132
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
17 changed files with 85 additions and 97 deletions

View file

@ -1,22 +1,21 @@
{ config, pkgs, ... }:
{
imports =
[
./accounts
./foot
./fzf
./git
./gpg
./hyprland
./neovim
./qutebrowser
./sops
./spotify
./ssh
./tmux
./vifm
./theme
./zsh
./packages.nix
];
imports = [
./accounts
./foot
./fzf
./git
./gpg
./hyprland
./neovim
./qutebrowser
./sops
./spotify
./ssh
./tmux
./vifm
./theme
./zsh
./packages.nix
];
}