aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-07-20 01:32:46 -0700
committerPreston Pan <preston@nullring.xyz>2024-07-20 01:32:46 -0700
commit3fab894b0b6ffd4edbd61b294ba0d7a4fb5176b1 (patch)
treea6daf41eab29e30e0311596c693db706d382a86c
parent82ee51a8e9ff67054788a86c501dad99ed5b070f (diff)
current flake lock file builds all desired packages
-rw-r--r--flake.nix2
-rw-r--r--home.nix11
2 files changed, 7 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 52f6ad7..f58cd09 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,9 +16,9 @@
};
nur.url = "github:nix-community/NUR";
- wallpapers.url = "github:ret2pop/wallpapers";
sops-nix.url = "github:Mic92/sops-nix";
scripts.url = "github:ret2pop/scripts";
+ wallpapers.url = "github:ret2pop/wallpapers";
};
outputs = { nixpkgs, home-manager, nur, disko, ... }@attrs: {
diff --git a/home.nix b/home.nix
index 8f9d15d..95dd8db 100644
--- a/home.nix
+++ b/home.nix
@@ -6,9 +6,6 @@
homeDirectory = "/home/preston";
stateVersion = "23.11";
packages = with pkgs; [
- # kicad
- # telegram-desktop
- (pass.withExtensions (ext: with ext; [ pass-otp pass-import pass-genphrase pass-update pass-tomb]))
alsa-scarlett-gui
autobuild
bear
@@ -35,6 +32,7 @@
imagemagick
inkscape
kdenlive
+ kicad
krita
light
monero-gui
@@ -62,6 +60,7 @@
rsync
rust-analyzer
swww
+ telegram-desktop
texliveFull
timeshift
tor-browser
@@ -75,6 +74,7 @@
(aspellWithDicts
(dicts: with dicts; [ en en-computers en-science ]))
(nerdfonts.override { fonts = [ "Iosevka" ]; })
+ (pass.withExtensions (ext: with ext; [ pass-otp pass-import pass-genphrase pass-update pass-tomb]))
];
};
@@ -93,9 +93,10 @@
provider = "manual";
latitude = 49.282730;
longitude = -123.120735;
+
temperature = {
- day = 5000;
- night = 3000;
+ day = 5000;
+ night = 3000;
};
settings = {
general = {