This commit is contained in:
Matt Nish-Lapidus 2025-04-21 15:27:41 -04:00
parent c62dd7b8a4
commit 52f4bdd80f
3 changed files with 21 additions and 16 deletions

24
flake.lock generated
View file

@ -90,11 +90,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1745227425, "lastModified": 1745252602,
"narHash": "sha256-T7GsvCoFDjzGYsn0ekjClRClYirZih1O1VvNRkME5eI=", "narHash": "sha256-eE3LH+0rURTnG5Uw5dsEcrT8Z0eEp8f+a5ZX44oHU/U=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "1b9c9238adead881769a70346f9f17207dbcea13", "rev": "99a01c9e200ffa1898097865e71a9e8182428de5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -362,11 +362,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745251259, "lastModified": 1745256380,
"narHash": "sha256-Hf8WEJMMoP6Fe+k+PYkVJFk5UKory2S0jW7HqRVqQFc=", "narHash": "sha256-hJH1S5Xy0K2J6eT22AMDIcQ07E8XYC1t7DnXUr2llEM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "82ee14ff60611b46588ea852f267aafcc117c8c8", "rev": "22b326b42bf42973d5e4fe1044591fb459e6aeac",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -524,11 +524,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1744909672, "lastModified": 1745259435,
"narHash": "sha256-9i7uciOr3+hjvesMBlrVq5TgR6fSXYP5RziCnMgfi/E=", "narHash": "sha256-0YzPTkbbIT/HN5QnUlhWcxsTMRWZv7a9H2Ghr5I1Xdo=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "hyprlock", "repo": "hyprlock",
"rev": "b3f1aa7580d100032a810343b36b758a8026ec43", "rev": "eb28a71756ef63d39763c81fc797da30fdcddc9d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1534,11 +1534,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1745246655, "lastModified": 1745261161,
"narHash": "sha256-gB4anxOio0bAJi/GVePLwm8kx7WccFTNiON4y0ASin0=", "narHash": "sha256-3aFIpfL2mZKWosIb9qN28xYZJYp1xEk7d+nKbzEtPDQ=",
"owner": "sxyazi", "owner": "sxyazi",
"repo": "yazi", "repo": "yazi",
"rev": "5e283402ceb2ddea03200020b60a10a099c09896", "rev": "a29dbb9f068beda29a1ef5424d905fca7808bbfc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,7 +18,6 @@
filesystems-filez filesystems-filez
filesystems-media-server filesystems-media-server
sound sound
# openrazer
]; ];
nixpkgs = { nixpkgs = {
@ -68,9 +67,9 @@
]; ];
}; };
# registry = { # registry = {
# emenel-templates.flake = inputs.emenel-templates; # emenel-templates.flake = inputs.emenel-templates;
# }; # };
channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead. channel.enable = false; # remove nix-channel related tools & configs, we use flakes instead.
}; };

View file

@ -4,6 +4,12 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
rmpc rmpc
mpc mpc
kew
mmtc
vimpc
ncmpc
ncmpcpp
haskellPackages.hum
]; ];
services = { services = {