chore: Add various programs

This commit is contained in:
DashieTM 2024-04-22 20:36:33 +02:00
parent 9a4578cedf
commit 84356a8885
6 changed files with 14 additions and 8 deletions

View file

@ -44,6 +44,9 @@
};
};
};
environment.etc."greetd/environments".text = ''
Hyprland
'';
# unlock GPG keyring on login
security.pam.services.greetd.enableGnomeKeyring = true;

6
nix/flake.lock generated
View file

@ -332,11 +332,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1713088362,
"narHash": "sha256-ttDSOqkEBinjA1dlMWkBjaXzTqjiAPt5lNkoONbz25Y=",
"lastModified": 1713625742,
"narHash": "sha256-8MD2uCuGs0v09S/sLR8xC0gYXk6RFSwWdyqYyTpCnes=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f32598c9fb112c47d43050a9475327a9c9bc19aa",
"rev": "141867ab45d3f1dba928d61dea643bd5a98778fb",
"type": "github"
},
"original": {

View file

@ -35,7 +35,10 @@
};
overlays = [
# because allowing rust nightly is too hard by default....
(import (fetchTarball { url = "https://github.com/oxalica/rust-overlay/archive/master.tar.gz"; sha256 = "sha256:06al2zlkyf14pz0i0q0ah18ygijra8l5qwd8rnm1bp9l6g8gp5zk"; }))
(import (fetchTarball {
url = "https://github.com/oxalica/rust-overlay/archive/master.tar.gz";
sha256 = "sha256:02p0zzglgi3980iyam46wv8ajr83wj6myjhrjjfv96vkafl6pycg";
}))
];
};
base_imports = [

View file

@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
owner = "DashieTM";
repo = "OxiNoti";
rev = "${version}";
hash = "sha256-XZMfJ2kUTd8+XiDgZFbG1sOPt37e4M+1rgp4Bdlej7s=";
hash = "sha256-fsrtLb14mCuYb1ibJAzPCrPNXdlcU/J7ZGYoVfppFBM=";
};
cargoHash = "sha256-jIdev6K5MQ8jASDo1KWU89rSLd9UhI2MhTT4l7pP+tA=";

View file

@ -24,5 +24,6 @@
pkg-config
sqlite
plantuml
vscodium
];
}

View file

@ -45,9 +45,8 @@ in
satty
pulseaudio
playerctl
(callPackage
../override/ncspot.nix
{ })
ncspot
poppler_utils
(callPackage
../override/oxinoti.nix
{ })