This commit is contained in:
2023-11-05 20:33:10 +01:00
parent 45b5dfb292
commit e584114953
3 changed files with 26 additions and 16 deletions

View File

@@ -16,7 +16,9 @@
"QT_QPA_PLATFORM,xcb" "QT_QPA_PLATFORM,xcb"
# Potentially (?) fixes dialogs randomly closing again in IntelliJ # Potentially (?) fixes dialogs randomly closing again in IntelliJ
# https://github.com/hyprwm/Hyprland/issues/1947 # https://github.com/hyprwm/Hyprland/issues/1947
"_JAVA_AWT_WM_NOREPARENTING=1" "_JAVA_AWT_WM_NOREPARENTING,1"
# Gnome file manager fix
"GIO_EXTRA_MODULES,${pkgs.gnome.gvfs}/lib/gio/modules"
]; ];
exec-once = [ exec-once = [
"ags" "ags"
@@ -55,17 +57,18 @@
"1,monitor:DP-1" "1,monitor:DP-1"
"2,monitor:DP-1" "2,monitor:DP-1"
"3,monitor:DP-1" "3,monitor:DP-1"
"4,monitor:DP-3" "4,monitor:HDMI-A-1"
"5,monitor:DP-3" "5,monitor:HDMI-A-1"
"6,monitor:DP-3" "6,monitor:HDMI-A-1"
"7,monitor:HDMI-A-1" "7,monitor:DP-3"
"8,monitor:HDMI-A-1" "8,monitor:DP-3"
"9,monitor:HDMI-A-1" "9,monitor:DP-3"
]; ];
windowrule = [ windowrule = [
"pseudo,^(discord)$" "pseudo,^(discord)$"
"pseudo,^(org.gnome.Calculator)$" "pseudo,^(org.gnome.Calculator)$"
"pseudo,^(Slack)$" "pseudo,^(Slack)$"
"pseudo,^(steam)$"
"monitor DP-3,^(discord)$" "monitor DP-3,^(discord)$"
]; ];
windowrulev2 = [ windowrulev2 = [
@@ -93,6 +96,9 @@
programs.wofi = import ./wofi.nix; programs.wofi = import ./wofi.nix;
programs.swaylock = import ./swaylock.nix; programs.swaylock = import ./swaylock.nix;
services.udiskie.enable = true;
services.udiskie.tray = "never";
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
# fonts # fonts
@@ -119,6 +125,7 @@
sassc sassc
# gnome packages # gnome packages
evince evince
gnome.gvfs
gnome.gnome-keyring gnome.gnome-keyring
gnome.nautilus gnome.nautilus
gnome.gnome-calendar gnome.gnome-calendar

18
flake.lock generated
View File

@@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1698528149, "lastModified": 1698970509,
"narHash": "sha256-qxvk+zKQGCrpRjBmMBwm+5+UiciW6qerSGGoZThiai0=", "narHash": "sha256-5n048xWGUgvqGfnVszh7/8Bv75czYO12gaZWx/KImGg=",
"owner": "Aylur", "owner": "Aylur",
"repo": "ags", "repo": "ags",
"rev": "96f1dc8f126cd4785fd49bcac5b257d407beb2ca", "rev": "7720f98f1aaa73b2a85f70652eb9c3c1cd4485e2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -25,11 +25,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1698479159, "lastModified": 1699025595,
"narHash": "sha256-rJHBDwW4LbADEfhkgGHjKGfL2dF44NrlyXdXeZrQahs=", "narHash": "sha256-e+o4PoSu2Z6Ww8y/AVUmMU200rNZoRK+p2opQ7Db8Rg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f92a54fef4eacdbe86b0a2054054dd58b0e2a2a4", "rev": "8765d4e38aa0be53cdeee26f7386173e6c65618d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -56,11 +56,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1698318101, "lastModified": 1698924604,
"narHash": "sha256-gUihHt3yPD7bVqg+k/UVHgngyaJ3DMEBchbymBMvK1E=", "narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "63678e9f3d3afecfeafa0acead6239cdb447574c", "rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -3,6 +3,9 @@
cachix cachix
lorri lorri
# fix for proton games not launching without any error message
libxcrypt
# browsers # browsers
firefox-wayland firefox-wayland
chromium chromium