feat: improvements

This commit is contained in:
2024-05-04 13:36:04 +02:00
parent a1c4af6fd9
commit 24ba16c842
5 changed files with 21 additions and 18 deletions

View File

@@ -68,6 +68,7 @@
hid-fanatecff.enable = true;
enableAllFirmware = true;
sane.enable = true;
bluetooth = {
enable = true;
powerOnBoot = true;
@@ -98,6 +99,8 @@
users.users.${username} = {
isNormalUser = true;
extraGroups = [
"scanner"
"lp"
"networkmanager"
"audio"
"video"

View File

@@ -24,16 +24,6 @@
"gnome-keyring-daemon --start --components=secrets"
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
];
general = {
layout = "master";
resize_on_border = true;
};
master = {
orientation = "center";
new_is_master = true;
always_center_master = true;
mfact = 0.4;
};
input = {
accel_profile = "flat";
kb_layout = "cc1-thea";
@@ -73,14 +63,12 @@
"float,class:^(zenity)$"
];
xwayland.force_zero_scaling = true;
misc = {
layers_hog_keyboard_focus = false;
disable_splash_rendering = true;
disable_hyprland_logo = true;
background_color = "rgb(000000)";
force_default_wallpaper = 0;
vrr = 2;
};
layerrule = [
"blur, anyrun"

View File

@@ -7,8 +7,6 @@
lorri
vulnix
matugen # TODO
# browsers
chromium
brave
@@ -42,6 +40,8 @@
audacity
pinta
kdePackages.kdenlive
losslesscut-bin
shotcut
blender-hip
# development

View File

@@ -8,6 +8,7 @@
};
extraConfig = {
pull.rebase = true;
init.defaultBranch = "main";
merge = {
tool = "nvim-mergetool";
conflictstyle = "diff3";

View File

@@ -19,10 +19,21 @@ in
hardware.gbmonctl.enable = true;
boot.kernelParams = [ "video=3840x2160@144" ];
home-manager.users.${username}.wayland.windowManager.hyprland.settings.monitor = [
"DP-1,highrr,0x0,1"
"DP-1,addreserved,300,0,0,0"
];
home-manager.users.${username}.wayland.windowManager.hyprland.settings = {
general.layout = "master";
master = {
orientation = "center";
new_is_master = true;
always_center_master = true;
mfact = 0.4;
};
monitor = [
"DP-1,highrr,0x0,1"
"DP-1,addreserved,340,0,0,0"
];
xwayland.force_zero_scaling = true;
misc.vrr = 2; # VA suffers from VRR flicker
};
programs.steam.gamescopeSession = {
env = {