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