mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
♻️💄 Cleanup and Theme updates
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled
This commit is contained in:
parent
41537aa196
commit
e06d8be50a
8 changed files with 55 additions and 65 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
|
@ -13,13 +12,9 @@
|
|||
gtk.enable = true;
|
||||
};
|
||||
|
||||
apps.nushell.enable = false;
|
||||
apps.vscodium.enable = true;
|
||||
apps.zed.enable = true;
|
||||
};
|
||||
|
||||
home.file."~/.local/share/fonts/Unknown\ Vendor/qwerasd205/AnnotationMono/AnnotationMono-VF.ttf".source = lib.snowfall.fs.get-file "resources/fonts/AnnotationMono/variable/AnnotationMono-VF.ttf";
|
||||
|
||||
home.file."~/.config/Yubico/u2f_keys".text = ''
|
||||
jo:gtKwCQKVw5O4IkWg8J8o7vHIo3hStmOqVcnmk97E335DwHnPUMIDTMnD46qEn/1tucTZlYfGABfzVVG+iYeUOA==,fVRFZb9iBiqjOXvk5Gm9ygO/O4huEUR1Uq3DGBlnS1RtqqK0shif8aOlNLkmn8Xe9+x4HYIeNEX4fc8Z7Y2Hgw==,es256,+presence
|
||||
'';
|
||||
|
@ -28,15 +23,6 @@
|
|||
age.keyFile = "/home/jo/sops-nix/key.txt";
|
||||
};
|
||||
|
||||
# Flatpak configuration.
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
update.auto.enable = true;
|
||||
uninstallUnmanaged = true;
|
||||
|
||||
packages = [];
|
||||
};
|
||||
|
||||
programs = {
|
||||
# TODO: look at git-sync for syncing stuff like obsidian vaults.
|
||||
git-credential-oauth.enable = true;
|
||||
|
@ -55,10 +41,7 @@
|
|||
# Declare user packages.
|
||||
home.packages = with pkgs; [
|
||||
### General
|
||||
qflipper
|
||||
labymod-launcher
|
||||
steam
|
||||
youtube-music
|
||||
ungoogled-chromium
|
||||
firefox
|
||||
|
||||
|
@ -69,10 +52,9 @@
|
|||
git
|
||||
bun
|
||||
devenv
|
||||
python39
|
||||
nixd
|
||||
bruno
|
||||
deno
|
||||
nh
|
||||
|
||||
### Work
|
||||
teams-for-linux
|
||||
|
@ -80,10 +62,7 @@
|
|||
|
||||
### Notes & Organisation
|
||||
obsidian
|
||||
|
||||
### Virtual Reality
|
||||
sidequest
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue