This commit is contained in:
Gabriel Ebner 2021-05-22 18:31:41 +02:00
parent 1d6b0734b8
commit 23e285bc47
4 changed files with 35 additions and 2 deletions

@ -23,7 +23,7 @@
# hledger
# hledger-diff
cmake ninja
bear
# bear
mpv
neomutt notmuch
patchelf

25
flake.lock Normal file

@ -0,0 +1,25 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1621552131,
"narHash": "sha256-AD/AEXv+QOYAg0PIqMYv2nbGOGTIwfOGKtz3rE+y+Tc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d42cd445dde587e9a993cd9434cb43da07c4c5de",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

8
flake.nix Normal file

@ -0,0 +1,8 @@
{
outputs = { self, nixpkgs }: {
nixosConfigurations.petalius = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./petalius.nix ];
};
};
}

@ -11,7 +11,7 @@
libreoffice-fresh
stablePkgs
# calibre
goldendict
# goldendict
xournal
# (xournalpp.overrideDerivation (_: {