desktop fixes
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# This module is for programs with GUIs that run in a desktop environment
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.modules.homeManager.desktop = { pkgs, ... }: {
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
brave
|
||||
ghostty
|
||||
onepassword
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
mangohud
|
||||
sublime4
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -6,7 +6,9 @@
|
||||
|
||||
# For gnome systray icons
|
||||
services.udev.packages = with pkgs; [ gnome-settings-daemon ];
|
||||
};
|
||||
|
||||
flake.modules.homeManager.gnome = {
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
|
||||
Reference in New Issue
Block a user