refactor: start moving config into a category based structure

This commit is contained in:
Nydragon 2024-08-03 18:32:56 +02:00
parent 378b6d993b
commit b0d8866997
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
14 changed files with 39 additions and 33 deletions

View file

@ -1,27 +1,10 @@
# This file contains default settings used across different systems # This file contains default settings used across different systems
{ {
imports = [ imports = [
./ssh
./hypridle ./hypridle
./hyprland ./hyprland
./vscode
./foot.nix ./foot.nix
./graphical
./terminal
]; ];
dconf.settings = {
"org/gnome/Lollypop" = {
network-access = true;
artist-artwork = true;
dark-ui = true;
import-advanced-artist-tags = true;
force-single-column = false;
show-compilations-in-album-view = true;
show-compilations = false;
hd-artwork = true;
shown-playlists = [
(-3)
(-7)
];
};
};
} }

View file

@ -0,0 +1,8 @@
{
imports = [
./firefox
./thunderbird
./vscode
./lollypop
];
}

View file

@ -0,0 +1,21 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.lollypop ];
dconf.settings = {
"org/gnome/Lollypop" = {
network-access = true;
artist-artwork = true;
dark-ui = true;
import-advanced-artist-tags = true;
force-single-column = false;
show-compilations-in-album-view = true;
show-compilations = false;
hd-artwork = true;
shown-playlists = [
(-3)
(-7)
];
};
};
}

View file

@ -0,0 +1,8 @@
{
imports = [
./neovim
./ssh
./git
./fish
];
}

View file

@ -7,11 +7,6 @@
{ {
home-manager.users.${username} = { home-manager.users.${username} = {
imports = [ imports = [
../../home/firefox
../../home/fish
../../home/neovim
../../home/thunderbird
../../home/git
../../home/rofi ../../home/rofi
../../home/swaync ../../home/swaync
../../home/waybar ../../home/waybar
@ -26,8 +21,6 @@
nix-direnv.enable = true; nix-direnv.enable = true;
}; };
programs.vscode.enable = true;
services.blueman-applet.enable = true; services.blueman-applet.enable = true;
home = { home = {
@ -51,7 +44,6 @@
thunderbird thunderbird
keepassxc keepassxc
nautilus nautilus
lollypop
protonmail-bridge-gui protonmail-bridge-gui
varia varia
signal-desktop signal-desktop

View file

@ -7,13 +7,8 @@
{ {
home-manager.users.${username} = { home-manager.users.${username} = {
imports = [ imports = [
../../home/firefox
../../home/fish
../../home/sway ../../home/sway
../../home/neovim
../../home/rofi ../../home/rofi
../../home/thunderbird
../../home/git
../../home/themes/catppuccin.nix ../../home/themes/catppuccin.nix
../../home ../../home
]; ];
@ -49,7 +44,6 @@
thunderbird thunderbird
keepassxc keepassxc
nautilus nautilus
lollypop
protonmail-bridge-gui protonmail-bridge-gui
varia varia
signal-desktop signal-desktop