Compare commits

...

4 Commits

Author SHA1 Message Date
f5e5b30f76 change to allow multiple portal configs
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-12 00:38:37 +03:00
419d56cf58 flatpak auto-update, new apps
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-12 00:38:37 +03:00
d53f48e628 get scx scheduler back, kernel loglevel to 0
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-12 00:38:37 +03:00
a73f488069 modules/home/desktop/niri/default.nix: make fuzzel more round
Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-04-12 00:38:37 +03:00
5 changed files with 20 additions and 16 deletions

View File

@ -10,6 +10,7 @@
];
boot = {
# kernelPackages = pkgs.linuxPackages_latest;
consoleLogLevel = 0;
kernelPackages = pkgs.linuxPackages_cachyos;
kernelModules = ["kvm-amd"];
kernelParams = [
@ -30,11 +31,11 @@
"iommu.passthrough=0"
"iommu.strict=1"
"iommu=force"
"lockdown=confidentiality"
"module.sig_enforce=1"
# "lockdown=confidentiality"
# "module.sig_enforce=1"
"page_alloc.shuffle=1"
"reg_file_data_sampling=on"
"spec_rstack_overflow=safe-ret"
# "reg_file_data_sampling=on"
# "spec_rstack_overflow=safe-ret"
"vsyscall=none"
];
initrd = {

View File

@ -23,7 +23,7 @@
};
};
scx = {
enable = false;
enable = true;
scheduler = "scx_flash";
};
logind = {

View File

@ -5,6 +5,10 @@
services.flatpak = {
enable = true;
uninstallUnmanaged = true;
update.auto = {
enable = true;
onCalendar = "weekly";
};
remotes = [
{
name = "flathub";
@ -30,7 +34,7 @@
"com.usebottles.bottles"
"de.capypara.FieldMonitor"
"de.haeckerfelix.Fragments"
"org.qbittorrent.qBittorrent"
"org.nicotine_plus.Nicotine"
# chatting
"im.riot.Riot"
@ -41,13 +45,12 @@
"io.github.kukuruzka165.materialgram"
# media
"io.bassi.Amberol"
"io.freetubeapp.FreeTube"
# "io.mpv.Mpv"
#"io.github.celluloid_player.Celluloid"
#music
"io.bassi.Amberol"
"org.atheme.audacious"
# gaming
#"com.github._0negal.Viper"
"com.heroicgameslauncher.hgl"
"com.valvesoftware.Steam"
"net.lutris.Lutris"

View File

@ -266,14 +266,14 @@ in {
enable = true;
settings = {
main = {
terminal = "${terminal} -e";
terminal = terminal + " -e";
fields = "filename,name,generic,keywords,categories,exec";
dpi-aware = false;
horizontal-pad = 4;
vertical-pad = 4;
dpi-aware = true;
horizontal-pad = 12;
vertical-pad = 12;
show-actions = true;
match-mode = "fuzzy";
icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}";
icon-theme = config.dconf.settings."org/gnome/desktop/interface".icon-theme;
};
border = mkDefault {
width = 3;

View File

@ -49,7 +49,7 @@ in {
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
];
config.common = {
config.niri = {
default = ["gnome" "gtk"];
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
};