minor updates
This commit is contained in:
parent
ef9f958527
commit
0ffe2da740
2 changed files with 9 additions and 5 deletions
|
@ -149,7 +149,7 @@
|
|||
"flathub-beta" = "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo";
|
||||
};
|
||||
|
||||
age.identityPaths = [ "/home/insert/.ssh/id_rsa" ];
|
||||
age.identityPaths = [ "/home/insert/Documents/nixos/secrets/agenix" ];
|
||||
age.secrets.email = {
|
||||
file = /home/insert/Documents/nixos/secrets/email.age;
|
||||
owner = "insert";
|
||||
|
|
|
@ -62,10 +62,10 @@
|
|||
repo = "/mnt/NAS-backup/insertpcname-insert";
|
||||
user = "insert";
|
||||
startAt = "daily";
|
||||
doInit = true;
|
||||
doInit = false;
|
||||
exclude = [
|
||||
"^data.img$"
|
||||
"^.Trash-100$"
|
||||
"*/data.img$"
|
||||
"*/.Trash-100$"
|
||||
"*/node.repl_history"
|
||||
"*/.oldprofile"
|
||||
"*/.steampath"
|
||||
|
@ -111,9 +111,13 @@
|
|||
|
||||
home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod1";
|
||||
home-manager.users.insert.wayland.windowManager.sway.config.startup = [
|
||||
{command = "wayvnc 192.168.220.73";} #TODO: change to vpn ip once established
|
||||
{command = "watch wayvnc 100.82.12.5";}
|
||||
];
|
||||
|
||||
#environment.variables = rec {
|
||||
# WLR_DRM_DEVICES = "/dev/dri/card1:/dev/dri/card2";
|
||||
#};
|
||||
|
||||
home-manager.users.insert.home.file.".config/hypr/hyprland.conf" = {
|
||||
text = ''autogenerated = 0 # remove this line to remove the warning
|
||||
|
||||
|
|
Loading…
Reference in a new issue