novnc
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
{ inputs, ... }: {
|
||||
{ config, lib, inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.home-manager.impermanence
|
||||
];
|
||||
|
||||
options.homeconfig.impermanence.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.homeconfig.impermanence.enable {
|
||||
|
||||
home.persistence."/persist/home/nathan" = {
|
||||
|
||||
@@ -21,4 +28,6 @@
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
hyprctl setcursor Bibata-Modern-Classic 16 &
|
||||
wayvnc &
|
||||
hyprctl reload &
|
||||
novnc &
|
||||
'')
|
||||
|
||||
(pkgs.writeShellScriptBin "colorPrefix" ''
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
config = lib.mkIf config.homeconfig.wayvnc.enable {
|
||||
home.packages = with pkgs; [
|
||||
wayvnc
|
||||
novnc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user