xserber
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user