Reshuffling stuff
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# feh # wallpaper target
|
||||
gtk3 # GTK target
|
||||
gtk4 # GTK target
|
||||
#st # NVF / terminal target, or kitty
|
||||
];
|
||||
# Stylix GTK target
|
||||
# stylix.targets.gtk.enable = true;
|
||||
stylix.targets.gtk.enable = true;
|
||||
|
||||
home-manager.users.${user.username} = {
|
||||
gtk = {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
# (NVF = Neovim/terminal flavor)
|
||||
# stylix.targets.nvf.enable = true;
|
||||
stylix.targets.nvf.enable = true;
|
||||
# feh wallpaper integration
|
||||
# stylix.targets.feh.enable = true;
|
||||
stylix.targets.feh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user