mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
✨ Migrate Vesktop install to Nixcord configuration and add
AnnotationMono font
This commit is contained in:
parent
abc6a1abab
commit
2ae1a63dcd
71 changed files with 109 additions and 13 deletions
77
flake.lock
generated
77
flake.lock
generated
|
@ -37,6 +37,20 @@
|
|||
}
|
||||
},
|
||||
"flake-compat_2": {
|
||||
"locked": {
|
||||
"lastModified": 1733328505,
|
||||
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
|
||||
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
|
||||
"revCount": 69,
|
||||
"type": "tarball",
|
||||
"url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
|
||||
}
|
||||
},
|
||||
"flake-compat_3": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1650374568,
|
||||
|
@ -91,7 +105,7 @@
|
|||
},
|
||||
"flake-utils_2": {
|
||||
"inputs": {
|
||||
"systems": "systems_2"
|
||||
"systems": "systems_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1694529238,
|
||||
|
@ -182,6 +196,29 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixcord": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_2",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"systems": "systems_2",
|
||||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1743170370,
|
||||
"narHash": "sha256-v8ZdXs0fj0LG2jH0NJvfeMt0b+qJYxbN+fnto4kqdyM=",
|
||||
"owner": "kaylorben",
|
||||
"repo": "nixcord",
|
||||
"rev": "b969aa7b1e1925935eda22da01ffbf028c7c2a51",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "kaylorben",
|
||||
"repo": "nixcord",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1742800061,
|
||||
|
@ -237,6 +274,7 @@
|
|||
"hardware": "hardware",
|
||||
"home-manager": "home-manager",
|
||||
"nix-flatpak": "nix-flatpak",
|
||||
"nixcord": "nixcord",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"snowfall-lib": "snowfall-lib",
|
||||
"sops-nix": "sops-nix"
|
||||
|
@ -244,7 +282,7 @@
|
|||
},
|
||||
"snowfall-lib": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_2",
|
||||
"flake-compat": "flake-compat_3",
|
||||
"flake-utils-plus": "flake-utils-plus",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
|
@ -309,8 +347,43 @@
|
|||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "systems",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"systems_3": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"treefmt-nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixcord",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742370146,
|
||||
"narHash": "sha256-XRE8hL4vKIQyVMDXykFh4ceo3KSpuJF3ts8GKwh5bIU=",
|
||||
"owner": "numtide",
|
||||
"repo": "treefmt-nix",
|
||||
"rev": "adc195eef5da3606891cedf80c0d9ce2d3190808",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "treefmt-nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -37,6 +37,11 @@
|
|||
|
||||
# Apps
|
||||
ghostty = {url = "github:ghostty-org/ghostty";};
|
||||
|
||||
nixcord = {
|
||||
url = "github:kaylorben/nixcord";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixcord.homeManagerModules.nixcord
|
||||
];
|
||||
|
||||
puzzlevision = {
|
||||
themes.catppuccin = {
|
||||
gtk.enable = true;
|
||||
|
@ -9,6 +18,8 @@
|
|||
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
|
||||
'';
|
||||
|
@ -26,26 +37,34 @@
|
|||
packages = [];
|
||||
};
|
||||
|
||||
# TODO: look at git-sync for syncing stuff like obsidian vaults.
|
||||
programs.git-credential-oauth.enable = true;
|
||||
programs = {
|
||||
# TODO: look at git-sync for syncing stuff like obsidian vaults.
|
||||
git-credential-oauth.enable = true;
|
||||
|
||||
nixcord = {
|
||||
enable = true;
|
||||
config = {
|
||||
themeLinks = [
|
||||
"https://catppuccin.github.io/discord/dist/catppuccin-macchiato-blue.theme.css"
|
||||
];
|
||||
frameless = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Declare user packages.
|
||||
home.packages = with pkgs; [
|
||||
### General
|
||||
qflipper
|
||||
wineWowPackages.waylandFull
|
||||
vesktop
|
||||
lunar-client
|
||||
labymod-launcher
|
||||
steam
|
||||
g4music
|
||||
bitwarden-desktop
|
||||
youtube-music
|
||||
ungoogled-chromium
|
||||
firefox
|
||||
|
||||
### Development
|
||||
avra
|
||||
avrdude
|
||||
#avra
|
||||
#avrdude
|
||||
jetbrains.phpstorm
|
||||
git
|
||||
bun
|
||||
|
@ -54,7 +73,6 @@
|
|||
nixd
|
||||
bruno
|
||||
deno
|
||||
carapace
|
||||
|
||||
### Work
|
||||
teams-for-linux
|
||||
|
|
BIN
resources/fonts/AnnotationMono/.DS_Store
vendored
Normal file
BIN
resources/fonts/AnnotationMono/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/.DS_Store
vendored
Normal file
BIN
resources/fonts/AnnotationMono/otf/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Black.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Black.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Black_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Black_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Bold.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Bold.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Bold_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Bold_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/DemiBold.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/DemiBold.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/DemiBold_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/DemiBold_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/ExtraBlack.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/ExtraBlack.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/ExtraBlack_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/ExtraBlack_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/ExtraBold.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/ExtraBold.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/ExtraBold_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/ExtraBold_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/ExtraLight.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/ExtraLight.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/ExtraLight_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/ExtraLight_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Light.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Light.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Light_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Light_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Medium.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Medium.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Medium_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Medium_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Regular.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Regular.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Regular_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Regular_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Thin.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Thin.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/otf/Thin_Oblique.otf
Normal file
BIN
resources/fonts/AnnotationMono/otf/Thin_Oblique.otf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/.DS_Store
vendored
Normal file
BIN
resources/fonts/AnnotationMono/ttf/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Black.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Black.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Black_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Black_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Bold.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Bold.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Bold_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Bold_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/DemiBold.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/DemiBold.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/DemiBold_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/DemiBold_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/ExtraBlack.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/ExtraBlack.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/ExtraBlack_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/ExtraBlack_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/ExtraBold.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/ExtraBold.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/ExtraBold_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/ExtraBold_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/ExtraLight.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/ExtraLight.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/ExtraLight_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/ExtraLight_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Light.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Light.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Light_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Light_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Medium.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Medium.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Medium_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Medium_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Regular.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Regular.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Regular_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Regular_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Thin.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Thin.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/ttf/Thin_Oblique.ttf
Normal file
BIN
resources/fonts/AnnotationMono/ttf/Thin_Oblique.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/variable/.DS_Store
vendored
Normal file
BIN
resources/fonts/AnnotationMono/variable/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/variable/AnnotationMono-VF.ttf
Normal file
BIN
resources/fonts/AnnotationMono/variable/AnnotationMono-VF.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/variable_woff2/.DS_Store
vendored
Normal file
BIN
resources/fonts/AnnotationMono/variable_woff2/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/.DS_Store
vendored
Normal file
BIN
resources/fonts/AnnotationMono/woff2/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Black.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Black.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Black_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Black_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Bold.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Bold.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Bold_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Bold_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/DemiBold.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/DemiBold.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/DemiBold_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/DemiBold_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/ExtraBlack.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/ExtraBlack.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/ExtraBlack_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/ExtraBlack_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/ExtraBold.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/ExtraBold.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/ExtraBold_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/ExtraBold_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/ExtraLight.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/ExtraLight.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/ExtraLight_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/ExtraLight_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Light.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Light.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Light_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Light_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Medium.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Medium.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Medium_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Medium_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Regular.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Regular.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Regular_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Regular_Oblique.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Thin.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Thin.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/AnnotationMono/woff2/Thin_Oblique.woff2
Normal file
BIN
resources/fonts/AnnotationMono/woff2/Thin_Oblique.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue