Compare commits

..

3 commits

Author SHA1 Message Date
1cffdd7818
temperance: programs: drop emacs
Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a69643f4d6374e81e8cc6b33ff02661b7b0c7
2025-07-19 23:53:14 +02:00
7ac4ac73c0
nushell: config: fix switch command
Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a696416730a7fd831e8dfde51397e6ea41577
2025-07-19 23:53:13 +02:00
0a37fb5863
default.nix: cleanup
Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a6964349f8e23a87c2c0c9ab0d949d1bb92ad
2025-07-19 23:53:13 +02:00
3 changed files with 2 additions and 6 deletions

View file

@ -1,7 +1,5 @@
let let
inherit (builtins) mapAttrs; inherit (builtins) currentSystem filter mapAttrs;
inherit (builtins) filter;
inherit (builtins) currentSystem;
# https://github.com/andir/npins?tab=readme-ov-file#using-the-nixpkgs-fetchers # https://github.com/andir/npins?tab=readme-ov-file#using-the-nixpkgs-fetchers
src = import ./npins; src = import ./npins;
@ -14,7 +12,6 @@ let
mkSystem = system: hostname: mkSystem = system: hostname:
import (src.nixpkgs + "/nixos/lib/eval-config.nix") { import (src.nixpkgs + "/nixos/lib/eval-config.nix") {
system = currentSystem;
specialArgs = { specialArgs = {
inherit sources; inherit sources;
self = ./.; self = ./.;

View file

@ -9,7 +9,6 @@
bubblewrap bubblewrap
cachix cachix
calc calc
emacs
calibre calibre
carapace carapace
comma comma

View file

@ -316,7 +316,7 @@ if not ($env_vars_file | path exists) {
} }
def switch [] { def switch [] {
nh os switch --file ($env.NH_FLAKE | path join default.nix) (open /etc/hostname) nh os switch --file ($env.NH_FLAKE | path join default.nix) (open /etc/hostname | str trim)
} }
# fix sudo by prepending /run/wrappers/bin to the PATH. # fix sudo by prepending /run/wrappers/bin to the PATH.