mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ let
|
|||||||
imports = [
|
imports = [
|
||||||
inputs.self.homeModules.default
|
inputs.self.homeModules.default
|
||||||
#inputs.self.homeModules.links
|
#inputs.self.homeModules.links
|
||||||
] /*++ (builtins.attrValues inputs.self.homeModules)*/;
|
] # ++ (builtins.attrValues inputs.self.homeModules)
|
||||||
|
;
|
||||||
xdg = {
|
xdg = {
|
||||||
configFile = {
|
configFile = {
|
||||||
"beets" = {
|
"beets" = {
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
#./environment/kde.nix
|
./environment/kde.nix
|
||||||
#./environment/gnome.nix
|
#./environment/gnome.nix
|
||||||
./environment/xfce.nix
|
#./environment/xfce.nix
|
||||||
#./environment/deepin.nix
|
#./environment/deepin.nix
|
||||||
|
|
||||||
./environment/theming.nix
|
./environment/theming.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user