chore: refactor
This commit is contained in:
parent
e21c3a8a1f
commit
f06011e890
7 changed files with 50 additions and 45 deletions
|
@ -1,27 +1,23 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
./cava
|
||||
./discord
|
||||
./dunst
|
||||
./gtk
|
||||
./picom
|
||||
./rofi
|
||||
./thunar
|
||||
./wezterm
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
feh
|
||||
];
|
||||
|
||||
home.file = {
|
||||
# Install patched fonts
|
||||
".local/share/fonts" = {
|
||||
recursive = true;
|
||||
source = "${inputs.self}/pkgs/patched-fonts";
|
||||
};
|
||||
# https://www.sainnhe.dev/post/patch-fonts-with-cursive-italic-styles/
|
||||
|
||||
# Configure the initialization of xinit
|
||||
".xinitrc".source = ./xinitrc;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Gruvbox-Material-Dark";
|
||||
package = pkgs.unstable.gruvbox-material-gtk-theme;
|
||||
};
|
||||
iconTheme.name = "Gruvbox-Material-Dark";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xfce.thunar
|
||||
xfce.ristretto
|
||||
];
|
||||
}
|
6
home-manager/sajenim/features/desktop/thunar/default.nix
Normal file
6
home-manager/sajenim/features/desktop/thunar/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
xfce.thunar
|
||||
xfce.ristretto
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue