Reorganize

This commit is contained in:
Henry Hiles 2025-07-12 10:53:06 -04:00
commit b506e8af60
No known key found for this signature in database
27 changed files with 2045 additions and 98 deletions

View file

@ -1,3 +0,0 @@
{
services.flatpak.enable = true;
}

View file

@ -1,3 +0,0 @@
{
networking.networkmanager.wifi.macAddress = "random";
}

View file

@ -1,27 +1,11 @@
{pkgs, ...}: {
services.xserver.excludePackages = [pkgs.xterm];
environment.systemPackages = with pkgs; [
tuba
gimp
deno
heroic
aspell
ptyxis
muzika
foliate
gapless
inkscape
r2modman
pciutils
resources
libreoffice
wl-clipboard
google-cursor
prismlauncher
authenticator
cinny-desktop
papirus-icon-theme
nexusmods-app-unfree
hunspellDicts.en_CA-large
];
}

View file

@ -1,20 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = [
(pkgs.writeTextDir "share/polkit-1/actions/com.henryhiles.quados.policy" ''
<!DOCTYPE policyconfig PUBLIC '-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN' 'http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd'>
<policyconfig>
<action id='com.henryhiles.quados.rebuild'>
<description>Rebuild</description>
<message>Authentication is required to rebuild the system</message>
<defaults>
<allow_any>auth_admin_keep</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key='org.freedesktop.policykit.exec.path'>/home/quadradical/.local/bin/rebuildExec</annotate>
</action>
</policyconfig>
'')
];
}

View file

@ -0,0 +1 @@
{networking.networkmanager.wifi.macAddress = "random";}

View file

@ -0,0 +1,14 @@
{pkgs, ...}: {
services.xserver.excludePackages = [pkgs.xterm];
environment.systemPackages = with pkgs; [
tuba
ptyxis
gapless
resources
wl-clipboard
google-cursor
authenticator
cinny-desktop
papirus-icon-theme
];
}