mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 05:43:55 +01:00
QMK stuff; cleanup
This commit is contained in:
parent
70f5ef6d5b
commit
741846c7f2
|
@ -282,11 +282,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709827109,
|
"lastModified": 1709840082,
|
||||||
"narHash": "sha256-bGBYpImbrZW7WB5pO7eUOmZPqq8TLu1kcIi4rTxEk+s=",
|
"narHash": "sha256-IE6KVI305U3Oy2J7Wz+hnllqy1SqUapUUT2BaSEJ2F4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1e2d0eafeb8edfb1ce2a47b9e0433de0254abb2e",
|
"rev": "76716d32209e34054ca9dfb0dd69270713d3a7e3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -29,13 +29,6 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/${host}
|
./hosts/${host}
|
||||||
#home-manager.nixosModules.home-manager {
|
|
||||||
# home-manager.useGlobalPkgs = true;
|
|
||||||
# home-manager.useUserPackages = true;
|
|
||||||
|
|
||||||
# home-manager.extraSpecialArgs = inputs;
|
|
||||||
# home-manager.users.xqtc = {...}: {imports = [ ./home nixvim.homeManagerModules.nixvim ]; };
|
|
||||||
#}
|
|
||||||
];
|
];
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
});
|
});
|
||||||
|
|
|
@ -226,6 +226,10 @@ $character'';
|
||||||
qbittorrent
|
qbittorrent
|
||||||
nicotine-plus
|
nicotine-plus
|
||||||
|
|
||||||
|
via
|
||||||
|
qmk
|
||||||
|
qmk-udev-rules
|
||||||
|
|
||||||
neovide
|
neovide
|
||||||
|
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
|
|
Loading…
Reference in a new issue