back to nix nicotine
This commit is contained in:
parent
8f7b307849
commit
c6231ec13a
2 changed files with 19 additions and 21 deletions
24
flake.lock
generated
24
flake.lock
generated
|
@ -237,11 +237,11 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715676857,
|
||||
"narHash": "sha256-SSohpqbkPgyzLGT89hDxBD9WC88tm+eN5wGOZ6cupEc=",
|
||||
"lastModified": 1715783097,
|
||||
"narHash": "sha256-vNuEIVQhVOFmXtw/MBZduCALnJoexsSW1436Lh28UMY=",
|
||||
"owner": "helix-editor",
|
||||
"repo": "helix",
|
||||
"rev": "e76020ddb93eeb051de606c24f92189c3fc55547",
|
||||
"rev": "889bbefeb387f6984f0a320b64d4a1e5434e768b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -391,11 +391,11 @@
|
|||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715707961,
|
||||
"narHash": "sha256-RW3Dq6hpupWYrArTRrIoYC61uXdsh/05UT5UWPLBnao=",
|
||||
"lastModified": 1715831624,
|
||||
"narHash": "sha256-UZ+7XnVOIo2HW7ZvM/4x/u+0IXUX4gQ+/7XVukGio3c=",
|
||||
"owner": "lilyinstarlight",
|
||||
"repo": "nixos-cosmic",
|
||||
"rev": "953e1ae300211c0c3be925605e09e0675c45798e",
|
||||
"rev": "c84d2370c0d24248c2b1a58f1d1388d8180b83a5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -503,11 +503,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1715777889,
|
||||
"narHash": "sha256-Ano+4M2xb91QjQ8Ymx4aAIZ1XjhPULSpwd/S2yEvDds=",
|
||||
"lastModified": 1715866584,
|
||||
"narHash": "sha256-laNSMD4ZgnXTnYKAs9C5IQNt+CGwUZhhlvog+61mC6E=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "2d6fba7ccd75b46ef12b797fd888f4d9ad80cbc6",
|
||||
"rev": "821d6aa90394fdc84550a3be55f3920a71ebb834",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -596,11 +596,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715739484,
|
||||
"narHash": "sha256-5zlSuCM54jH6tXi8OILZ7opT+lBYUkGU9eOMEvJh9HU=",
|
||||
"lastModified": 1715825775,
|
||||
"narHash": "sha256-7np2/EEr5Xm8IuKWQ43q8AA1Lb6Us2BW6rYMxGrInIg=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "3d27c65641a61d36f1c7616d6150524cd9a2a5f7",
|
||||
"rev": "55f468b3d49c5d3321e85f2f9b1158476a2a90fb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./home.nix
|
||||
./util/local-webapp.nix
|
||||
|
@ -18,5 +11,10 @@
|
|||
homeDirectory = "/home/bolt";
|
||||
};
|
||||
|
||||
services.flatpak.packages = ["org.nicotine_plus.Nicotine"];
|
||||
home.packages = with pkgs; [
|
||||
nicotine-plus
|
||||
];
|
||||
|
||||
# scuffed!
|
||||
# services.flatpak.packages = ["org.nicotine_plus.Nicotine"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue