refactoring home manager modules
This commit is contained in:
parent
20de142350
commit
f59d282c12
44 changed files with 0 additions and 80 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./bitwarden
|
|
||||||
./chrome
|
|
||||||
./discord
|
|
||||||
./ladybird
|
|
||||||
./matrix
|
|
||||||
./obs
|
|
||||||
./onlyoffice
|
|
||||||
./signal
|
|
||||||
./steam
|
|
||||||
./studio
|
|
||||||
./teamspeak
|
|
||||||
./thunderbird
|
|
||||||
./zen
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -9,18 +9,6 @@
|
||||||
|
|
||||||
cfg = config.sneeuwvlok.defaults;
|
cfg = config.sneeuwvlok.defaults;
|
||||||
in {
|
in {
|
||||||
imports = [
|
|
||||||
./application
|
|
||||||
./desktop
|
|
||||||
./development
|
|
||||||
./editor
|
|
||||||
./game
|
|
||||||
./home-manager
|
|
||||||
./shell
|
|
||||||
./terminal
|
|
||||||
./themes
|
|
||||||
];
|
|
||||||
|
|
||||||
options.sneeuwvlok.defaults = {
|
options.sneeuwvlok.defaults = {
|
||||||
editor = mkOption {
|
editor = mkOption {
|
||||||
type = enum ["nano" "nvim" "zed"];
|
type = enum ["nano" "nvim" "zed"];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./plasma
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./dotnet
|
|
||||||
./javascript
|
|
||||||
./rust
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./nano
|
|
||||||
./nvim
|
|
||||||
./zed
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./minecraft
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -8,11 +8,6 @@
|
||||||
|
|
||||||
cfg = config.sneeuwvlok.shell;
|
cfg = config.sneeuwvlok.shell;
|
||||||
in {
|
in {
|
||||||
imports = [
|
|
||||||
./toolset
|
|
||||||
./zsh
|
|
||||||
];
|
|
||||||
|
|
||||||
options.sneeuwvlok.shell = {
|
options.sneeuwvlok.shell = {
|
||||||
corePkgs.enable = mkEnableOption "core shell packages";
|
corePkgs.enable = mkEnableOption "core shell packages";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./bat
|
|
||||||
./btop
|
|
||||||
./eza
|
|
||||||
./fzf
|
|
||||||
./git
|
|
||||||
./gnugpg
|
|
||||||
./just
|
|
||||||
./starship
|
|
||||||
./tmux
|
|
||||||
./yazi
|
|
||||||
./zellij
|
|
||||||
./zoxide
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./alacritty
|
|
||||||
./ghostty
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue