Compare commits

..

No commits in common. "dc66fb7f3846cbee2eecc8e033e2106a255e20a9" and "c356fd05cd430cbf42b25a71269e259285b3c656" have entirely different histories.

10 changed files with 7 additions and 99 deletions

View file

@ -2,7 +2,6 @@
imports = [
../../system
./hardware-configuration.nix
./osu.nix
];
networking.hostName = "hyuganatsu";
@ -20,5 +19,10 @@
isNormalUser = true;
};
};
services.udev.packages = [pkgs.opentabletdriver];
services.xserver.wacom.enable = true;
nix.settings = {
substituters = ["https://nix-gaming.cachix.org"];
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
};
}

View file

@ -1,34 +0,0 @@
{pkgs, ...}: {
services.udev.packages = [pkgs.opentabletdriver];
nix.settings = {
substituters = ["https://nix-gaming.cachix.org"];
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
};
programs.gamemode.enable = true;
services.pipewire.extraConfig.pipewire."92-low-latency" = {
"context.properties" = {
"default.clock.rate" = 48000;
"default.clock.quantum" = 64;
"default.clock.min-quantum" = 64;
"default.clock.max-quantum" = 64;
};
};
services.pipewire.extraConfig.pipewire-pulse."92-low-latency" = {
context.modules = [
{
name = "libpipewire-module-protocol-pulse";
args = {
pulse.min.req = "32/48000";
pulse.default.req = "32/48000";
pulse.max.req = "32/48000";
pulse.min.quantum = "32/48000";
pulse.max.quantum = "32/48000";
};
}
];
stream.properties = {
node.latency = "32/48000";
resample.quality = 1;
};
};
}

View file

@ -9,8 +9,4 @@
];
};
security.polkit.enable = true;
services.physlock = {
enable = true;
allowAnyUser = true;
};
}

View file

@ -34,13 +34,6 @@ if ! [ -z "$FIRST" ]; then
$EDITOR "$1"
exit
fi
SEARCH="$(fd "$CONFIG" "$NIX" -p1)"
if [ -n "$SEARCH" ]; then
rm "$FIRST"
ln -s "$SEARCH" "$FIRST"
$EDITOR "$1"
exit
fi
echo "not symlinkable"
exit 1
fi

View file

@ -1,11 +1,9 @@
{...}: {
imports = [./user-places.nix];
xdg.configFile.arkrc.source = ./arkrc;
xdg.configFile.dolphinrc.source = ./dolphinrc;
xdg.configFile.kdeglobals.source = ./kdeglobals;
xdg.configFile.kiorc.source = ./kiorc;
xdg.configFile.kservicemenurc.source = ./kservicemenurc;
xdg.configFile.lightlyrc.source = ./lightlyrc;
xdg.dataFile."ark/ark_recentfiles" = {
text = "";
force = true;

View file

@ -1,37 +0,0 @@
MenuBar=Disabled
[ContextMenu]
ShowAddToPlaces=false
[FoldersPanel]
HiddenFilesShown=true
LimitFoldersPanelToHome=false
[General]
RememberOpenedTabs=false
ShowFullPath=true
ShowFullPathInTitlebar=true
Version=202
[IconsMode]
PreviewSize=48
[KFileDialog Settings]
Places Icons Auto-resize=false
Places Icons Static Size=22
[MainWindow]
MenuBar=Disabled
ToolBarsMovable=Disabled
[MainWindow][Toolbar mainToolBar]
ToolButtonStyle=IconOnly
[PreviewSettings]
Plugins=audiothumbnail,blenderthumbnail,comicbookthumbnail,cursorthumbnail,djvuthumbnail,ebookthumbnail,exrthumbnail,fontthumbnail,imagethumbnail,jpegthumbnail,kraorathumbnail,windowsexethumbnail,windowsimagethumbnail,mobithumbnail,opendocumentthumbnail,gsthumbnail,rawthumbnail,svgthumbnail,ffmpegthumbs
[Search]
Location=Everywhere
[Toolbar mainToolBar]
ToolButtonStyle=IconOnly

View file

@ -1,9 +0,0 @@
[Common]
CornerRadius=1
[Style]
AnimationsEnabled=false
DolphinSidebarOpacity=80
MenuItemDrawStrongFocus=false
TabDrawHighlight=true
ToolBarDrawItemSeparator=true

View file

@ -2,14 +2,14 @@
custom_palette=false
icon_theme=Papirus
standard_dialogs=kde
style=Lightly
style=Breeze
[Fonts]
fixed="Noto Sans Mono,10,-1,5,50,0,0,0,0,0"
general="Noto Sans,10,-1,5,50,0,0,0,0,0"
[Interface]
activate_item_on_single_click=2
activate_item_on_single_click=1
buttonbox_layout=0
cursor_flash_time=1000
dialog_buttons_have_icons=1

View file

@ -31,7 +31,6 @@
libsForQt5.kolourpaint
libsForQt5.filelight
papirus-icon-theme
lightly-boehs
pavucontrol
qpwgraph
qbittorrent

View file

@ -20,8 +20,6 @@
"text/plain" = text;
"application/xml" = text;
"inode/directory" = "org.kde.dolphin.desktop";
};
xdg.portal = {
enable = true;