configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-28 12:19:48 -04:00
parent 6b11dff1c4
commit 660f798499
2 changed files with 17 additions and 11 deletions

20
flake.lock generated
View file

@ -71,11 +71,11 @@
}, },
"locked": { "locked": {
"dir": "nix", "dir": "nix",
"lastModified": 1726080562, "lastModified": 1727508868,
"narHash": "sha256-76VNPE4hXQqPKgEXHTueDsOSRpcRx+uFg6OTkolCboQ=", "narHash": "sha256-fxvkjUK661MWM9ClLWM+YmOIfL9omqGibdf4gONgMW0=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "4e17fc4432dad3664d39274e4e698c7a5497216d", "rev": "b3eb93c86abc66c7e7420585c3fe7e410208b2e8",
"revCount": 853, "revCount": 859,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/kmonad/kmonad?dir=nix" "url": "https://github.com/kmonad/kmonad?dir=nix"
@ -104,11 +104,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1727437159, "lastModified": 1727528503,
"narHash": "sha256-v4qLwEw5OmprgQZTT7KZMNU7JjXJzRypw8+Cw6++fWk=", "narHash": "sha256-wZd8OqPeQt9h7VU2VxsW4Vx0Ze+3hDLHql3pNbIMYEU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "d830ad47cc992b4a46b342bbc79694cbd0e980b2", "rev": "c1f051bf032273b9f0e707c8826eb25122d279fa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -136,11 +136,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1727264057, "lastModified": 1727397532,
"narHash": "sha256-KQPI8CTTnB9CrJ7LrmLC4VWbKZfljEPBXOFGZFRpxao=", "narHash": "sha256-pojbL/qteElw/nIXlN8kmHn/w6PQbEHr7Iz+WOXs0EM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "759537f06e6999e141588ff1c9be7f3a5c060106", "rev": "f65141456289e81ea0d5a05af8898333cab5c53d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -76,7 +76,6 @@
librewolf librewolf
ungoogled-chromium ungoogled-chromium
ulauncher
obsidian obsidian
vlc vlc
polychromatic polychromatic
@ -92,6 +91,7 @@
davinci-resolve-studio davinci-resolve-studio
steam steam
zotero_7 zotero_7
renoise
]; ];
username = "emenel"; username = "emenel";
@ -126,6 +126,12 @@
msmtp.enable = true; msmtp.enable = true;
}; };
nixpkgs.config.packageOverrides = pkgs: {
renoise = pkgs.renoise.override {
releasePath = "/home/emenel/Downloads/rns_344_linux_x86_64.tar.gz";
};
};
services = { services = {
flatpak.enable = true; flatpak.enable = true;
#tailscale.enable = true; #tailscale.enable = true;