Compare commits

..

3 commits

Author SHA1 Message Date
b3c9c2bf03 Add AppImage support. 2025-02-24 14:28:00 -06:00
1d0cbcd92c No longer planning to use git-crypt. 2025-02-24 14:24:51 -06:00
358c9f0468 Add gjs and gnome-tweaks. 2025-02-24 14:23:45 -06:00
7 changed files with 13 additions and 6 deletions

View file

@ -12,10 +12,18 @@
curl curl
wget wget
git git
git-crypt
tmux tmux
psmisc psmisc
]; ];
environment.variables.EDITOR = "vim"; environment.variables.EDITOR = "vim";
boot.binfmt.registrations.appimage = {
wrapInterpreterInShell = false;
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
recognitionType = "magic";
offset = 0;
mask = ''\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff'';
magicOrExtension = ''\x7fELF....AI\x02'';
};
} }

View file

@ -5,7 +5,6 @@
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../roles/laptop.nix
../../roles/zfs.nix ../../roles/zfs.nix
../../base.nix ../../base.nix
../../users/root.nix ../../users/root.nix
@ -15,7 +14,7 @@
../../roles/nix-ld.nix ../../roles/nix-ld.nix
../../roles/tailscale.nix ../../roles/tailscale.nix
../../roles/podman.nix ../../roles/podman.nix
../../roles/mate.nix ../../roles/gnome.nix
../../roles/flatpak.nix ../../roles/flatpak.nix
../../roles/games.nix ../../roles/games.nix
]; ];

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./gui.nix ./gui.nix
]; ];
@ -16,4 +15,6 @@
gnome-console gnome-console
gnome-tour gnome-tour
]; ];
environment.systemPackages = with pkgs; [ gnome-tweaks ];
} }

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./pipewire.nix ./pipewire.nix
./non-virtual.nix ./non-virtual.nix

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./gui.nix ./gui.nix
]; ];

View file

@ -8,6 +8,7 @@
keepassxc keepassxc
podman-desktop podman-desktop
devpod devpod
gjs
unstable.fractal unstable.fractal
element-desktop element-desktop
discord discord