Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
f10e6c7c99 Migrate back to obsidian 2025-03-10 21:35:06 -04:00
Dave Gallant
c7b5e8b4f4 Remove unused packages 2025-03-10 21:20:29 -04:00
3 changed files with 3 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ arch := `uname -s`
cmd := if arch == "Linux" { "nixos-rebuild --use-remote-sudo" } else { "darwin-rebuild" }
rebuild:
$cmd switch --flake . -I nixos-config="machines/$(hostname)/configuration.nix"
$cmd switch --show-trace --flake . -I nixos-config="machines/$(hostname)/configuration.nix"
rollback:
$cmd switch --rollback --flake .

View File

@@ -4,7 +4,6 @@
modulesPath,
pkgs,
unstable,
master,
...
}:
let
@@ -87,25 +86,17 @@ in
android-studio
android-tools
bleachbit
blender
calibre
cryptsetup
discord
docker
docker-compose
freefilesync
ghostscript
gimp-with-plugins
glibcLocales
httpie-desktop
gnome-tweaks
iputils
kazam
libation
lm_sensors
logseq
mission-center
mitmproxy
netdata
nfs-utils
onlyoffice-desktopeditors
@@ -113,16 +104,13 @@ in
pavucontrol
pika-backup
pinentry-curses
podman
protonvpn-gui
qemu
ryujinx
strace
traceroute
unityhub
unstable.burpsuite
unstable.dotnet-sdk_8
unstable.ghostty
unstable.obsidian
unstable.signal-desktop
unstable.tailscale
unstable.zoom-us
@@ -130,10 +118,8 @@ in
usbutils
virt-manager
vlc
virtiofsd
whois
wine
wireshark-qt
]
++ gnomeExtensions;
@@ -164,7 +150,6 @@ in
hostPlatform = "x86_64-linux";
config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-27.3.11" ];
};
};
@@ -454,7 +439,7 @@ in
podman.enable = true;
libvirtd = {
enable = true;
qemuSwtpm = true;
qemu.swtpm.enable = true;
};
};
}

View File

@@ -3,7 +3,6 @@
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [ ];
};
};