Compare commits

..

No commits in common. "49d373ee4d30c027144b965ce2cbcb7620008b7f" and "794e72fc6b2269b0b310d59c1edf68ee3699235c" have entirely different histories.

9 changed files with 9 additions and 16 deletions

View file

@ -23,7 +23,6 @@ in
"zenpower"
];
boot.kernelParams = [
"amdgpu.dcdebugmask=0x10" # amdgpu undervolting bug
"video=DP-1:1920x1080@144"
# hibernation
"resume=LABEL=BTRFS_ROOT" # findmnt -o LABEL --noheadings /swap/

View file

@ -44,12 +44,10 @@
--replace ZWLR_LAYER_SHELL_V1_LAYER_TOP ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY
'';
});
mySway = prev.sway.override {
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
patches = old.patches
++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
});
};
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
patches = old.patches
++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
});
mangohud = prev.mangohud.overrideAttrs (o: {
patches = o.patches ++ [
(prev.fetchpatch {

View file

@ -59,7 +59,7 @@
security.rtkit.enable = true;
services.openssh = {
enable = true;
enable = false;
ports = [ 9022 ];
settings = {
PermitRootLogin = "no";

View file

@ -4,7 +4,7 @@
instances.default = {
enable = true;
name = "monolith";
url = "https://git.lelgenio.com";
url = "https://git.lelgenio.xyz";
tokenFile = config.age.secrets.monolith-forgejo-runner-token.path;
labels = [
# provide a debian base with nodejs for actions

2
update
View file

@ -1,4 +1,4 @@
#!/bin/sh
nix flake update --verbose --print-build-logs
exec ./switch "$@"
./switch

View file

@ -4,7 +4,6 @@ in {
config = {
programs.git = {
enable = true;
lfs.enable = true;
extraConfig = {
user = {
name = username;

View file

@ -21,7 +21,6 @@ in
wayland.windowManager.sway = {
enable = true;
package = pkgs.mySway;
config = {
bars = [ ];
@ -53,7 +52,7 @@ in
};
output = {
"*" = {
adaptive_sync = "enabled";
adaptive_sync = "off";
bg = "${theme.background} fill";
mode = "1920x1080@144.000Hz";
};
@ -90,7 +89,6 @@ in
exec ${pkgs.dbus-sway-environment}/bin/dbus-sway-environment
exec swaymsg workspace 2
exec_always systemctl --user restart waybar.service
exec corectrl --minimize-systray
'';
};
services.gammastep = {
@ -106,7 +104,7 @@ in
xdg.configFile."OpenTabletDriver/settings.json".source = ./open-tablet-driver.json;
home.packages = with pkgs; [
mySway
sway
swaybg
swaylock
wdisplays

View file

@ -54,7 +54,6 @@ in
};
floating = {
criteria = [
{ class = "Godot"; }
{ class = "file_picker"; }
{ app_id = "file_picker"; }
{ app_id = "wdisplays"; }