Gnome fixes

idk
This commit is contained in:
GHOSCHT 2024-05-24 14:06:43 +02:00
parent 05498907b4
commit a479aa7046
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
imports = [
../common
];
}

View file

@ -1,4 +1,5 @@
{
pkgs,
inputs,
outputs,
...
@ -7,11 +8,13 @@ in {
imports = [
./global
./features/desktop/awesome
# ./features/desktop/gnome
./features/desktop/gnome
./features/coding
inputs.nix-colors.homeManagerModules.default
];
home.packages = with pkgs; [nextcloud-client];
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
nixpkgs = {
config = {