Compare commits

..

2 Commits

Author SHA1 Message Date
37e89dbe28 added wl clipboard 2026-03-07 11:53:36 +00:00
f9adbedd20 nvim now running on flake from config repo 2026-03-05 15:57:45 +00:00
2 changed files with 50 additions and 17 deletions

View File

@@ -190,7 +190,6 @@
); );
modules = [ modules = [
chafa chafa
wl-clipboard
jq jq
]; ];
}) })

66
flake.lock generated
View File

@@ -608,6 +608,22 @@
} }
}, },
"nixpkgs_10": { "nixpkgs_10": {
"locked": {
"lastModified": 1756787288,
"narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_11": {
"locked": { "locked": {
"lastModified": 1761597516, "lastModified": 1761597516,
"narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=", "narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=",
@@ -704,6 +720,22 @@
} }
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": {
"lastModified": 1771848320,
"narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2fc6539b481e1d2569f25f8799236694180c0993",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_8": {
"locked": { "locked": {
"lastModified": 1769461804, "lastModified": 1769461804,
"narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=", "narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=",
@@ -719,7 +751,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_8": { "nixpkgs_9": {
"locked": { "locked": {
"lastModified": 1771008912, "lastModified": 1771008912,
"narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
@@ -735,27 +767,28 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_9": { "nvim-wrapped": {
"inputs": {
"nixpkgs": "nixpkgs_7"
},
"locked": { "locked": {
"lastModified": 1756787288, "lastModified": 1772709070,
"narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=", "narHash": "sha256-HXlGlbDVKMdw1ENgYu6gM3jyw+nPoam25SsgzRhtEG8=",
"owner": "NixOS", "rev": "68a7427e800f07d09a85a6014006d67c9350eaeb",
"repo": "nixpkgs", "revCount": 50,
"rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1", "type": "git",
"type": "github" "url": "file:///home/user01/.dotfiles/.config/nvim"
}, },
"original": { "original": {
"owner": "NixOS", "type": "git",
"ref": "nixos-unstable", "url": "file:///home/user01/.dotfiles/.config/nvim"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"otter-launcher": { "otter-launcher": {
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs_7", "nixpkgs": "nixpkgs_8",
"systems": "systems_4" "systems": "systems_4"
}, },
"locked": { "locked": {
@@ -820,6 +853,7 @@
"hyprland": "hyprland", "hyprland": "hyprland",
"mesa-davinci": "mesa-davinci", "mesa-davinci": "mesa-davinci",
"nixpkgs": "nixpkgs_6", "nixpkgs": "nixpkgs_6",
"nvim-wrapped": "nvim-wrapped",
"otter-launcher": "otter-launcher", "otter-launcher": "otter-launcher",
"sls-steam": "sls-steam", "sls-steam": "sls-steam",
"tree-sitter": "tree-sitter", "tree-sitter": "tree-sitter",
@@ -866,7 +900,7 @@
}, },
"sls-steam": { "sls-steam": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_8" "nixpkgs": "nixpkgs_9"
}, },
"locked": { "locked": {
"lastModified": 1769361037, "lastModified": 1769361037,
@@ -944,7 +978,7 @@
}, },
"tree-sitter": { "tree-sitter": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_9" "nixpkgs": "nixpkgs_10"
}, },
"locked": { "locked": {
"lastModified": 1765318765, "lastModified": 1765318765,
@@ -981,7 +1015,7 @@
}, },
"way-edges": { "way-edges": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_10", "nixpkgs": "nixpkgs_11",
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {