Compare commits

...

12 Commits

Author SHA1 Message Date
7e44493b90 fixed hyprland nonsense 2026-07-02 09:01:50 +01:00
44ba137c4e added secrets management and rolled keys
Can't just have my keys out in the open air anymore :(
Rolled and encrypted my gotify keys so that you cant see my
notifications anymore
2026-07-02 08:56:57 +01:00
c72c6e09b4 rocm added yayyy 2026-06-30 20:33:55 +01:00
b35e900b41 quickshell is a pain in my ass 2026-06-30 15:55:57 +01:00
8cc9007d77 fixed bluetooth menu for quickshell and other stuff 2026-06-30 12:04:23 +01:00
c06a28c59b woomer 2026-06-29 17:30:20 +01:00
6b463bb434 nonsense changes 2026-06-28 13:55:54 +01:00
98fc942c58 added nom and alias 2026-06-28 13:06:27 +01:00
dd21db047d quickshell 2026-06-27 18:09:31 +01:00
6ed8974212 added woomer 2026-06-27 10:39:46 +01:00
0afb5b84f7 added quickshell submodule and config 2026-06-26 21:11:58 +01:00
f24315425a some nix stuff because i want davinci for freeeee 2026-06-26 21:11:44 +01:00
13 changed files with 18 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
url = "wss://ntfy.voidarc.co.uk:443"
# secret gotify token
token = "C5YKvW5h3NfJJIB"
token = { command = "cat /home/user01/.dotfiles/.secret-gotify"}
# if you want to get the token from a password manager, or other external command,
# you can also use for example:
# token = { command = "secret-tool lookup Title 'Gotify token'" }

1
.config/quickshell Submodule

Submodule .config/quickshell added at 63e360d427

3
.gitignore vendored
View File

@@ -1 +1,4 @@
.session
.gitsecret/keys/random_seed
!*.secret
.secret-gotify

3
.gitmodules vendored
View File

@@ -8,3 +8,6 @@
[submodule ".config/hypr"]
path = .config/hypr
url = https://git.voidarc.co.uk/voidarc/hypr
[submodule ".config/quickshell"]
path = .config/quickshell
url = https://git.voidarc.co.uk/voidarc/quickshell

BIN
.gitsecret/keys/pubring.kbx Normal file

Binary file not shown.

Binary file not shown.

BIN
.gitsecret/keys/trustdb.gpg Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
.secret-gotify:f6129ad401b60d5a491d582169088600bb58a537d232b93c22923aede129d5cc

2
.nixos

Submodule .nixos updated: 8f97b6ff34...90c612bb57

2
.secret-gotify.secret Normal file
View File

@@ -0,0 +1,2 @@
„^ýòêîø®j@:p®Xa=ÞmÑA¼å9×
Qîºt$)CÓ~†'s0³f JA@:ÌóÛo³î_Øz>Í*¡šÒÎC«kßá))eBxÒYƒOè

View File

@@ -11,6 +11,10 @@ exclude_files = [
".gitignore",
".session",
".gitmodules",
".gitsecret",
"*.secret",
"**/.devenv",
".secret*"
]
# Files and directories that are always symlinked, overriding `exclude_files`. Each entry is a glob pattern relative to the dotfiles directory.