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";
|
"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 = {
|
age.secrets.email = {
|
||||||
file = /home/insert/Documents/nixos/secrets/email.age;
|
file = /home/insert/Documents/nixos/secrets/email.age;
|
||||||
owner = "insert";
|
owner = "insert";
|
||||||
|
|
|
@ -62,10 +62,10 @@
|
||||||
repo = "/mnt/NAS-backup/insertpcname-insert";
|
repo = "/mnt/NAS-backup/insertpcname-insert";
|
||||||
user = "insert";
|
user = "insert";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
doInit = true;
|
doInit = false;
|
||||||
exclude = [
|
exclude = [
|
||||||
"^data.img$"
|
"*/data.img$"
|
||||||
"^.Trash-100$"
|
"*/.Trash-100$"
|
||||||
"*/node.repl_history"
|
"*/node.repl_history"
|
||||||
"*/.oldprofile"
|
"*/.oldprofile"
|
||||||
"*/.steampath"
|
"*/.steampath"
|
||||||
|
@ -111,9 +111,13 @@
|
||||||
|
|
||||||
home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod1";
|
home-manager.users.insert.wayland.windowManager.sway.config.modifier = "Mod1";
|
||||||
home-manager.users.insert.wayland.windowManager.sway.config.startup = [
|
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" = {
|
home-manager.users.insert.home.file.".config/hypr/hyprland.conf" = {
|
||||||
text = ''autogenerated = 0 # remove this line to remove the warning
|
text = ''autogenerated = 0 # remove this line to remove the warning
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue