(desktop) Gen 459: Added keyring bind to hyprland config, along with a script for it. Super + P
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
let
|
||||
nur = config.nur;
|
||||
steamcfg = if (host == "desktop") then [ ./steam.nix ] else [];
|
||||
in
|
||||
{
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||
imports = [ inputs.home-manager.nixosModules.home-manager ]
|
||||
++ steamcfg;
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
|
||||
Reference in New Issue
Block a user