Compare commits

..

3 Commits

Author SHA1 Message Date
12222f26b3 System Update 2024-11-05 15:37:56 +01:00
39cca340df VSCode update formatting 2024-11-05 15:37:06 +01:00
7a9466d45b inputs edit and hyprlock 2024-11-04 15:25:24 +01:00
6 changed files with 55 additions and 87 deletions

View File

@ -10,7 +10,7 @@ general {
background {
monitor =
path = /home/foglar/.cache/hyde/wall.blur
path = /home/foglar/
color = rgba(25, 20, 20, 1.0)
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations

View File

@ -1,26 +1,5 @@
{
"nodes": {
"Hyprspace": {
"inputs": {
"hyprland": [
"hyprland"
],
"systems": "systems"
},
"locked": {
"lastModified": 1730569007,
"narHash": "sha256-cwbcYg+rPmvHFFtAEie7nw5IaBidrTYe5XsTlhOyoyQ=",
"owner": "KZDKM",
"repo": "Hyprspace",
"rev": "260f386075c7f6818033b05466a368d8821cde2d",
"type": "github"
},
"original": {
"owner": "KZDKM",
"repo": "Hyprspace",
"type": "github"
}
},
"aquamarine": {
"inputs": {
"hyprutils": [
@ -129,11 +108,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1730693000,
"narHash": "sha256-baSXoP6mctfc29ZzMS8AFJfJPnE6Vm4qZ0kjC/G3qs8=",
"lastModified": 1730779403,
"narHash": "sha256-t7ETd4mv+rWxNgpcUgMhxQbu0kr1CIqJdFMqcagtwF8=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "9c9f6b64926d03dba28f3088887699cc7f5da1f5",
"rev": "b3b25318182d5edf5dcbd5f5207787445b76ebf7",
"type": "gitlab"
},
"original": {
@ -346,15 +325,15 @@
"hyprwayland-scanner": "hyprwayland-scanner",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks",
"systems": "systems_2",
"systems": "systems",
"xdph": "xdph"
},
"locked": {
"lastModified": 1730652188,
"narHash": "sha256-twMO3MloZ/EDNUiNHjBifnxrj9k/X379cvvv9eUibTk=",
"lastModified": 1730800743,
"narHash": "sha256-DmlaerjZowNAc/NCrVHKwvAMBJYPVFx4YLs0Ad2Jo5g=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "cd0d0491261728260de3d1aff150e1b6c05f9e86",
"rev": "e3882b23d09aad7f5c3a708536c87b062f3b0d8d",
"type": "github"
},
"original": {
@ -573,7 +552,6 @@
},
"root": {
"inputs": {
"Hyprspace": "Hyprspace",
"firefox-addons": "firefox-addons",
"home-manager": "home-manager",
"hyprland": "hyprland",
@ -593,7 +571,7 @@
"gnome-shell": "gnome-shell",
"home-manager": "home-manager_2",
"nixpkgs": "nixpkgs_3",
"systems": "systems_3",
"systems": "systems_2",
"tinted-foot": "tinted-foot",
"tinted-kitty": "tinted-kitty",
"tinted-tmux": "tinted-tmux"
@ -628,21 +606,6 @@
}
},
"systems_2": {
"locked": {
"lastModified": 1689347949,
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
"owner": "nix-systems",
"repo": "default-linux",
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default-linux",
"type": "github"
}
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
@ -734,11 +697,11 @@
]
},
"locked": {
"lastModified": 1730187742,
"narHash": "sha256-M0umGIIvVFqCwA0fQ5edivMTbRYA0r/5tXK8sr+M7EA=",
"lastModified": 1730743262,
"narHash": "sha256-iTLqj3lU8kFehPm5tXpctzkD274t/k1nwSSq3qCWXeg=",
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
"rev": "998f646762b94fbac61b0271ce66d3e617262858",
"rev": "09b23cef06fe248e61cec8862c04b9bcb62f4b6d",
"type": "github"
},
"original": {

View File

@ -13,11 +13,11 @@
# inputs.hyprland.follows = "hyprland";
#};
Hyprspace = {
url = "github:KZDKM/Hyprspace";
# Hyprspace uses latest Hyprland. We declare this to keep them in sync.
inputs.hyprland.follows = "hyprland";
};
#Hyprspace = {
# url = "github:KZDKM/Hyprspace";
# # Hyprspace uses latest Hyprland. We declare this to keep them in sync.
# inputs.hyprland.follows = "hyprland";
#};
home-manager = {
url = "github:nix-community/home-manager";

View File

@ -63,6 +63,7 @@
builtins.elem (lib.getName pkg) [
"discord"
"spotify"
"steam"
"steam-unwrapped"

View File

@ -17,41 +17,44 @@
enable = true;
userSettings = {
"files.autoSave"= "afterDelay";
"editor.fontSize" = 16;
"editor.minimap.side"= "right";
"editor.scrollbar.vertical"= "hidden";
"editor.scrollbar.verticalScrollbarSize"= 0;
"editor.fontLigatures"= "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09', 'liga'";
"editor.stickyScroll.enabled"= false;
"security.workspace.trust.untrustedFiles"= "newWindow";
"security.workspace.trust.startupPrompt"= "never";
"security.workspace.trust.enabled"= false;
"terminal.external.linuxExec"= "kitty";
"terminal.integrated.stickyScroll.enabled"= true;
"telemetry.telemetryLevel"= "off";
"workbench.activityBar.location"= "hidden"; # bottom
"workbench.iconTheme"= "material-icon-theme";
"workbench.productIconTheme"= "material-product-icons";
"window.menuBarVisibility"= "toggle";
"github.copilot.editor.enableAutoCompletions"= false;
"nix.serverPath"= "nixd";
"nix.enableLanguageServer"= true;
"nix.serverSettings" = {
"nixd" = {
"formatting"= {
"command"= [ "alejandra" ]; # or nixfmt or nixpkgs-fmt
};
# "options": {
# "nixos": {
# "expr": "(builtins.getFlake \"~/mysystem/").nixosConfigurations.laptop.options"
# },
# "home_manager": {
# "expr": "(builtins.getFlake \"/PATH/TO/FLAKE\").homeConfigurations..options"
# },
# },
"files.autoSave" = "afterDelay";
"editor.fontSize" = 16;
"editor.minimap.side" = "right";
"editor.scrollbar.vertical" = "hidden";
"editor.scrollbar.verticalScrollbarSize" = 0;
"editor.fontLigatures" = "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09', 'liga'";
"editor.stickyScroll.enabled" = false;
"security.workspace.trust.untrustedFiles" = "newWindow";
"security.workspace.trust.startupPrompt" = "never";
"security.workspace.trust.enabled" = false;
"terminal.external.linuxExec" = "kitty";
"terminal.integrated.stickyScroll.enabled" = true;
"telemetry.telemetryLevel" = "off";
"workbench.activityBar.location" = "hidden"; # bottom
"workbench.iconTheme" = "material-icon-theme";
"workbench.productIconTheme" = "material-product-icons";
"window.menuBarVisibility" = "toggle";
"github.copilot.editor.enableAutoCompletions" = false;
"[json]" = {
"editor.defaultFormatter" = "esbenp.prettier-vscode";
};
"nix.serverPath" = "nixd";
"nix.enableLanguageServer" = true;
"nix.serverSettings" = {
"nixd" = {
"formatting" = {
"command" = ["alejandra"]; # or nixfmt or nixpkgs-fmt
};
# "options": {
# "nixos": {
# "expr": "(builtins.getFlake \"~/mysystem/").nixosConfigurations.laptop.options"
# },
# "home_manager": {
# "expr": "(builtins.getFlake \"/PATH/TO/FLAKE\").homeConfigurations..options"
# },
# },
};
};
};
extensions = with pkgs.vscode-extensions; [

View File

@ -26,6 +26,7 @@
go
dotnet-sdk_8
jq
conda
];
};
}