Changed: Niri bindings, docker

This commit is contained in:
2025-09-22 18:45:47 +02:00
parent ac8850ae00
commit b693e9d02c
5 changed files with 53 additions and 6 deletions

43
flake.lock generated
View File

@@ -155,6 +155,27 @@
"type": "github" "type": "github"
} }
}, },
"flake-parts_3": {
"inputs": {
"nixpkgs-lib": [
"nur",
"nixpkgs"
]
},
"locked": {
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"inputs": { "inputs": {
"systems": "systems_2" "systems": "systems_2"
@@ -769,6 +790,27 @@
"type": "github" "type": "github"
} }
}, },
"nur": {
"inputs": {
"flake-parts": "flake-parts_3",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1758273929,
"narHash": "sha256-8ZhQaoeWOcCpe14PLgJ7ZEhWFFISA2qcVuXTGlNZGgU=",
"owner": "nix-community",
"repo": "NUR",
"rev": "2d644af21cc32d53594b9d17fa167c4eec6431cd",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"nuschtosSearch": { "nuschtosSearch": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
@@ -824,6 +866,7 @@
"nixcord": "nixcord", "nixcord": "nixcord",
"nixpkgs": "nixpkgs_4", "nixpkgs": "nixpkgs_4",
"nixvim": "nixvim", "nixvim": "nixvim",
"nur": "nur",
"spicetify-nix": "spicetify-nix", "spicetify-nix": "spicetify-nix",
"unstable": "unstable" "unstable": "unstable"
} }

View File

@@ -17,6 +17,10 @@
# Core # Core
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
unstable.url = "github:nixos/nixpkgs/nixos-unstable"; unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
# Editor # Editor
nixvim = { nixvim = {

View File

@@ -49,7 +49,7 @@ layout {
} }
spawn-at-startup "waybar" spawn-at-startup "waybar"
spawn-at-startup "hyprpaper" spawn-at-startup "swaync"
spawn-at-startup "while true; do sleep 300; $HOME/.config/hypr/rotate-wallpaper.sh" spawn-at-startup "while true; do sleep 300; $HOME/.config/hypr/rotate-wallpaper.sh"
screenshot-path "~/Pictures/Screenshots/%Y-%m-%d_%H-%M-%S.png" screenshot-path "~/Pictures/Screenshots/%Y-%m-%d_%H-%M-%S.png"

View File

@@ -3,7 +3,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose docker-compose
lazydocker lazydocker # docker tui
]; ];
virtualisation.docker = { virtualisation.docker = {