Configure gnome themeing
This commit is contained in:
parent
13a4a0a777
commit
1e158feaba
@ -89,7 +89,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.backupFileExtension = "backup-9";
|
home-manager.backupFileExtension = "backup-10";
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
FLAKE = "/home/shoi/etc/nixos";
|
FLAKE = "/home/shoi/etc/nixos";
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
./oh-my-posh
|
./oh-my-posh
|
||||||
./nixvim
|
./nixvim
|
||||||
./helix
|
./helix
|
||||||
|
./gnome
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow Unfree
|
# Allow Unfree
|
||||||
|
|||||||
7
modules/home-manager/gnome/default.nix
Normal file
7
modules/home-manager/gnome/default.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs,... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
gnomeExtensions.pop-shell
|
||||||
|
];
|
||||||
|
}
|
||||||
@ -3,5 +3,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./plasma.nix
|
./plasma.nix
|
||||||
|
./gnome.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user