fixup old config

This commit is contained in:
Grisha Shipunov 2025-01-09 18:37:46 +01:00
parent 73986e131b
commit a8fbff0576
4 changed files with 21 additions and 26 deletions

View file

@ -6,6 +6,8 @@
"amd_pstate=active"
# try to fix weird flickering
"amdgpu.sg_display=0"
# some weird amd PSR shit...
"amdgpu.dcdebugmask=0x10"
];
# hardware.graphics = {

View file

@ -5,8 +5,6 @@
./zw.nix
];
environment.systemPackages = with pkgs; [ iwgtk ];
# kick out networkmanager
networking.networkmanager.enable = lib.mkForce false;
networking.useNetworkd = true;
@ -21,7 +19,7 @@
services.resolved = {
enable = true;
dnssec = "allow-downgrade";
dnssec = "false";
fallbackDns = [
"9.9.9.9"
"2620:fe::fe"

View file

@ -13,6 +13,5 @@
hardware.gpgSmartcards.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}

View file

@ -18,7 +18,6 @@
termusic
gsettings-desktop-schemas
xdg-utils
nextcloud-client
foot
qt5.qtwayland
bashmount
@ -53,6 +52,7 @@
twemoji-color-font
twitter-color-emoji
iosevka
nerd-fonts.hack
];
fonts.enableDefaultPackages = true;
@ -69,11 +69,6 @@
# Enable sound.
security.rtkit.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
};
services.pipewire = {
enable = true;
alsa.enable = true;
@ -92,8 +87,6 @@
services.acpid.enable = true;
programs.light.enable = true;
services.blueman.enable = true;
programs.xwayland.enable = true;
programs.sway = {
enable = true;
@ -104,24 +97,27 @@
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
export QT_QPA_PLATFORMTHEME="gnome"
export QT_STYLE_OVERRIDE="adwaita-dark"
# export WLR_DRM_NO_ATOMIC=1
'';
extraPackages = with pkgs; [
alacritty
pamixer
swaylock
graphicsmagick
swayidle
wl-clipboard
mako
foot
rofi-wayland
grim
slurp
adwaita-icon-theme
i3status-rust
kanshi
wl-mirror
alacritty
bluetui
foot
gammastep
graphicsmagick
grim
i3status-rust
impala
kanshi
mako
pamixer
rofi-wayland
slurp
swayidle
swaylock
wl-clipboard
wl-mirror
];
};
environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };