mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Waybar changes, koishi monitoring, emulators, ...
This commit is contained in:
parent
2ba7aea5d1
commit
7287701405
6 changed files with 21 additions and 7 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
profiles.light
|
profiles.light
|
||||||
profiles.network
|
profiles.network
|
||||||
users.kat.guiFull
|
users.kat.guiFull
|
||||||
|
services.nginx
|
||||||
services.dnscrypt-proxy
|
services.dnscrypt-proxy
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -37,7 +38,7 @@
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
boot = {
|
boot = {
|
||||||
supportedFilesystems = singleton "xfs";
|
supportedFilesystems = [ "xfs" "zfs" ];
|
||||||
initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/8dd300d3-c432-47b6-8466-55682cd1c1a1";
|
initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/8dd300d3-c432-47b6-8466-55682cd1c1a1";
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 42109564c606b20be3b99d5c6e4172bf20118a65
|
Subproject commit 9bb76e3a1d33679e7a0a8aac4069c3c0deeef4e0
|
||||||
|
|
@ -15,5 +15,17 @@
|
||||||
v4l-utils
|
v4l-utils
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
wf-recorder
|
wf-recorder
|
||||||
|
dolphinEmuMaster
|
||||||
|
pcsxr
|
||||||
|
pcsx2
|
||||||
|
mgba
|
||||||
|
nestopia
|
||||||
|
snes9x-gtk
|
||||||
|
citra
|
||||||
|
melonDS
|
||||||
|
mupen64plus
|
||||||
|
retroarch
|
||||||
|
sixpair
|
||||||
|
xboxdrv
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
modules-center = [ "clock#s" "clock#arc" "clock#hex" "clock#miku" "clock" ];
|
modules-center = [ "clock#s" "clock#arc" "clock#hex" "clock#miku" "clock" ];
|
||||||
modules-left = [ "sway/workspaces" "sway/mode" "sway/window" ];
|
modules-left = [ "sway/workspaces" "sway/mode" "sway/window" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"tray"
|
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"custom/mail"
|
"custom/mail"
|
||||||
"cpu"
|
"cpu"
|
||||||
|
|
@ -24,6 +23,7 @@
|
||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
"custom/konawall"
|
"custom/konawall"
|
||||||
"custom/gpg-status"
|
"custom/gpg-status"
|
||||||
|
"tray"
|
||||||
];
|
];
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
|
|
|
||||||
|
|
@ -103,8 +103,8 @@ tooltip
|
||||||
#tray
|
#tray
|
||||||
@extend %extend_1
|
@extend %extend_1
|
||||||
background: $base00t
|
background: $base00t
|
||||||
border-top-left-radius: 1em
|
border-top-right-radius: 1em
|
||||||
border-bottom-left-radius: 1em
|
border-bottom-right-radius: 1em
|
||||||
padding: 0 10px 0 8px
|
padding: 0 10px 0 8px
|
||||||
menu
|
menu
|
||||||
background: $base00t
|
background: $base00t
|
||||||
|
|
@ -112,7 +112,7 @@ tooltip
|
||||||
color: $base07
|
color: $base07
|
||||||
|
|
||||||
|
|
||||||
.modules-center
|
.modules-left
|
||||||
margin: 2px 4px
|
margin: 2px 4px
|
||||||
border-radius: 1em
|
border-radius: 1em
|
||||||
widget
|
widget
|
||||||
|
|
@ -126,7 +126,7 @@ tooltip
|
||||||
&:last-child
|
&:last-child
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
|
|
||||||
.modules-left
|
.modules-center
|
||||||
margin: 2px 4px
|
margin: 2px 4px
|
||||||
border-radius: 1em
|
border-radius: 1em
|
||||||
widget
|
widget
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ let
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"ffmpeg-3.4.8"
|
"ffmpeg-3.4.8"
|
||||||
|
"ffmpeg-2.8.17"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue