parent
5d27b3d975
commit
f3e06554e4
105 changed files with 245 additions and 254 deletions
nixosModules/desktop/environment
|
@ -7,7 +7,7 @@ self: {
|
|||
inherit (self.inputs) hyprgrass hyprland hyprland-plugins;
|
||||
in {
|
||||
imports = [
|
||||
(import ../../ags-v2 self)
|
||||
(import ../../ags self)
|
||||
|
||||
./modules/dconf.nix
|
||||
./modules/printer.nix
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
hmCfg = config.home-manager.users.${cfg.user};
|
||||
hyprPkg = hmCfg.wayland.windowManager.hyprland.finalPackage;
|
||||
|
||||
# See nixosModules/ags-v2/packages.nix
|
||||
lockPkg = hmCfg.programs.ags-v2.lockPkg;
|
||||
# See nixosModules/ags/packages.nix
|
||||
lockPkg = hmCfg.programs.ags.lockPkg;
|
||||
|
||||
runInDesktop = pkgs.writeShellApplication {
|
||||
name = "runInDesktop";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue