Compare commits
3 commits
af5a7cf7c5
...
b3c9c2bf03
Author | SHA1 | Date | |
---|---|---|---|
b3c9c2bf03 | |||
1d0cbcd92c | |||
358c9f0468 |
7 changed files with 13 additions and 6 deletions
10
base.nix
10
base.nix
|
@ -12,10 +12,18 @@
|
|||
curl
|
||||
wget
|
||||
git
|
||||
git-crypt
|
||||
tmux
|
||||
psmisc
|
||||
];
|
||||
|
||||
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'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../roles/laptop.nix
|
||||
../../roles/zfs.nix
|
||||
../../base.nix
|
||||
../../users/root.nix
|
||||
|
@ -15,7 +14,7 @@
|
|||
../../roles/nix-ld.nix
|
||||
../../roles/tailscale.nix
|
||||
../../roles/podman.nix
|
||||
../../roles/mate.nix
|
||||
../../roles/gnome.nix
|
||||
../../roles/flatpak.nix
|
||||
../../roles/games.nix
|
||||
];
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
./gui.nix
|
||||
];
|
||||
|
@ -16,4 +15,6 @@
|
|||
gnome-console
|
||||
gnome-tour
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ gnome-tweaks ];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
./pipewire.nix
|
||||
./non-virtual.nix
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
./gui.nix
|
||||
];
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
keepassxc
|
||||
podman-desktop
|
||||
devpod
|
||||
gjs
|
||||
unstable.fractal
|
||||
element-desktop
|
||||
discord
|
||||
|
|
Loading…
Add table
Reference in a new issue