sdjsabnjkankcnzxckja

This commit is contained in:
installer
2025-03-10 10:30:40 +01:00
parent c3cadbcb29
commit af67c443ad
7 changed files with 115 additions and 36 deletions

View File

@@ -9,7 +9,7 @@
./config/localization.nix
./config/networking.nix
./config/nixpkgs.nix
./config/nixpkgs.codium.nix
./config/nixpkgs/codium.nix
./config/programs.nix
./config/security.nix
./config/services.nix

View File

@@ -111,7 +111,7 @@
alejandra
tutanota-desktop
ookla-speedtest
rustdesk
# rustdesk
bun
docker
docker-compose
@@ -139,6 +139,8 @@
lutris
gambit-chess
firefoxpwa
tty-solitaire
nextcloud-client
];
};
}

View File

@@ -25,7 +25,7 @@
ms-azuretools.vscode-docker
ms-python.debugpy
ms-python.flake8
ms-python.python
# ms-python.python
ms-python.vscode-pylance
njpwerner.autodocstring
octref.vetur
@@ -42,6 +42,12 @@
yoavbls.pretty-ts-errors
]
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "python";
publisher = "ms-python";
version = "2025.3.2025030601";
hash = "sha256-xK9esQjcdDz8pNgGjB3HUKpwySSykNTXo3ubDW0nBR8=";
}
{
name = "goto-alias";
publisher = "antfu";
@@ -78,12 +84,6 @@
version = "1.2.7";
hash = "sha256-w3csu6rJm/Z6invC/TR7tx6Aq5DD77VM62nem8/QMlg=";
}
{
name = "python-extension-pack";
publisher = "donjayamanne";
version = "1.7.0";
hash = "sha256-ewOw6nMVzNSYddLcCBGKVNvllztFwhEtncE2RFeFcOc=";
}
{
name = "one-dark-pro-monokai-darker";
publisher = "eserozvataf";

View File

@@ -104,7 +104,7 @@ in {
hide_cursor = true;
no_fade_in = false;
};
background = lib.mkDefault [
background = lib.mkForce [
{
path = "/home/${username}/Pictures/Wallpapers/attack-on-titan-mikasa-ackerman.jpg";
blur_passes = 3;