Reorganize
This commit is contained in:
parent
0ce1331346
commit
b506e8af60
27 changed files with 2045 additions and 98 deletions
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
services.flatpak.enable = true;
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
networking.networkmanager.wifi.macAddress = "random";
|
||||
}
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
'')
|
||||
];
|
||||
}
|
1
modules/graphical/mac.nix
Normal file
1
modules/graphical/mac.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{networking.networkmanager.wifi.macAddress = "random";}
|
14
modules/graphical/packages.nix
Normal file
14
modules/graphical/packages.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue