Compare commits
No commits in common. "b3c9c2bf03189e7dce2ca1b3b6fa799256ad427c" and "af5a7cf7c5e99ce46430814d7fb3e0b35257d11c" have entirely different histories.
b3c9c2bf03
...
af5a7cf7c5
7 changed files with 6 additions and 13 deletions
10
base.nix
10
base.nix
|
@ -12,18 +12,10 @@
|
||||||
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'';
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
{
|
{
|
||||||
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
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
../../roles/nix-ld.nix
|
../../roles/nix-ld.nix
|
||||||
../../roles/tailscale.nix
|
../../roles/tailscale.nix
|
||||||
../../roles/podman.nix
|
../../roles/podman.nix
|
||||||
../../roles/gnome.nix
|
../../roles/mate.nix
|
||||||
../../roles/flatpak.nix
|
../../roles/flatpak.nix
|
||||||
../../roles/games.nix
|
../../roles/games.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gui.nix
|
./gui.nix
|
||||||
];
|
];
|
||||||
|
@ -15,6 +16,4 @@
|
||||||
gnome-console
|
gnome-console
|
||||||
gnome-tour
|
gnome-tour
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ gnome-tweaks ];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./non-virtual.nix
|
./non-virtual.nix
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gui.nix
|
./gui.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
podman-desktop
|
podman-desktop
|
||||||
devpod
|
devpod
|
||||||
gjs
|
|
||||||
unstable.fractal
|
unstable.fractal
|
||||||
element-desktop
|
element-desktop
|
||||||
discord
|
discord
|
||||||
|
|
Loading…
Add table
Reference in a new issue