This commit is contained in:
2026-08-20 04:04:30 +03:30
parent 6ae76a758f
commit af2189a587
11 changed files with 147 additions and 24 deletions
+2 -2
View File
@@ -17,6 +17,7 @@ in
./managed/git
./managed/prismlauncher
./managed/obs-studio
./managed/xserver
];
home.username = "coast";
home.homeDirectory = "/home/coast";
@@ -25,7 +26,6 @@ in
xdg.configFile = builtins.mapAttrs
(key: subpath: {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Configuration/home-configuration/config/${subpath}";
recursive = true;
})
configs;
@@ -61,7 +61,6 @@ in
pkgs.nixpkgs-fmt
pkgs.qbittorrent
pkgs.nautilus
pkgs.caja
pkgs.xray
pkgs.git
pkgs.gnumake
@@ -98,6 +97,7 @@ in
pkgs.obs-cmd
pkgs.gedit
pkgs.feishin
pkgs.alsa-utils
pkgs.gnome-themes-extra
];
}