This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-07 14:06:48 +02:00
parent 96395b25b1
commit f2aa9901d4
6 changed files with 33 additions and 27 deletions

22
.vscode/launch.json vendored
View File

@@ -1,22 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File with Arguments",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": "${command:pickArgs}"
}
]
}

View File

@@ -1,3 +0,0 @@
{
"nixEnvSelector.nixFile": "${workspaceFolder}/configuration.nix"
}

25
flake.lock generated
View File

@@ -47,6 +47,11 @@
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "bdbbd8c2cb03b23b586fea14a8a680b218ab363c", "rev": "bdbbd8c2cb03b23b586fea14a8a680b218ab363c",
"lastModified": 1717128197,
"narHash": "sha256-jUObiEzZXl07D1JYsZr86TJOFFeJw3rJD3OUOCHicP0=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "179e0cecb2c8a663fcf9acfaff067cd2dd0da66b",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@@ -389,6 +394,11 @@
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3b1b4895b2c5f9f5544d02132896aeb9ceea77bc", "rev": "3b1b4895b2c5f9f5544d02132896aeb9ceea77bc",
"lastModified": 1716655032,
"narHash": "sha256-kQ25DAiCGigsNR/Quxm3v+JGXAEXZ8I7RAF4U94bGzE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "59a450646ec8ee0397f5fa54a08573e8240eb91f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -405,6 +415,11 @@
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
"lastModified": 1716948383,
"narHash": "sha256-SzDKxseEcHR5KzPXLwsemyTR/kaM9whxeiJohbL04rs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ad57eef4ef0659193044870c731987a6df5cf56b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -436,6 +451,11 @@
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b8e7a1ae5a94da2e1ee3f3030a32020f6254105", "rev": "0b8e7a1ae5a94da2e1ee3f3030a32020f6254105",
"lastModified": 1716991068,
"narHash": "sha256-Av0UWCCiIGJxsZ6TFc+OiKCJNqwoxMNVYDBChmhjNpo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "25cf937a30bf0801447f6bf544fc7486c6309234",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -525,6 +545,11 @@
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "d4555e80d80d2fa77f0a44201ca299f9602492a0", "rev": "d4555e80d80d2fa77f0a44201ca299f9602492a0",
"lastModified": 1716692524,
"narHash": "sha256-sALodaA7Zkp/JD6ehgwc0UCBrSBfB4cX66uFGTsqeFU=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "962797a8d7f15ed7033031731d0bb77244839960",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -12,6 +12,10 @@
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = { hyprland = {
url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; url = "git+https://github.com/hyprwm/Hyprland?submodules=1";

View File

@@ -52,7 +52,9 @@
tab = ""; tab = "";
skip-levels = 1; skip-levels = 1;
}; };
};
keys.normal = {
C-g = [":new" ":insert-output lazygit" ":buffer-close!" ":redraw"];
}; };
}; };
languages.language = [{ languages.language = [{

View File

@@ -14,7 +14,7 @@ lib.mkIf (user != "tv")
enableFishIntegration = true; enableFishIntegration = true;
settings = { settings = {
manager = { manager = {
layout = [1 3 4]; layout = [2 3 4];
sort_by = "natural"; sort_by = "natural";
sort_sensitive = true; sort_sensitive = true;
sort_reverse = false; sort_reverse = false;