refactor flake

This commit is contained in:
2024-07-27 21:55:48 +05:30
parent 35b3414d4d
commit b365541db5
7 changed files with 136 additions and 100 deletions

View File

@ -1,23 +1,13 @@
{
outputs,
pkgs,
username,
...
}: {
imports = [
./picom
./shell
./git
./alacritty
./wezterm
./starship
./rofi
./nvim
./barrier
./firefox
./kdeconnect
./vs-code
./bitwarden
./tmux
./helix
];
@ -41,28 +31,6 @@
home = {
username = "${username}";
homeDirectory = "/home/${username}";
pointerCursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
};
};
qt.enable = true;
qt.platformTheme = "gtk";
qt.style.name = "adwaita-dark";
qt.style.package = pkgs.adwaita-qt;
gtk = {
enable = true;
theme = {
name = "Materia-dark";
package = pkgs.materia-theme;
};
iconTheme = {
package = pkgs.tela-icon-theme;
name = "Tela-black";
};
};
programs.home-manager.enable = true;