Wheel + round

This commit is contained in:
Henry Hiles 2024-08-15 12:21:13 -04:00
parent fc17899e8e
commit 6f193464dc
3 changed files with 11 additions and 10 deletions

18
flake.lock generated
View file

@ -242,11 +242,11 @@
"umu": "umu" "umu": "umu"
}, },
"locked": { "locked": {
"lastModified": 1723339533, "lastModified": 1723425928,
"narHash": "sha256-WDjDc/5ghWcuD72Wm7UzR9YMe2wi2LCuU5vVFg183nY=", "narHash": "sha256-BFj0H0h3+hTCTsHTMCzmO7hQL3ym2MTgIdQe1SN1wPw=",
"owner": "fufexan", "owner": "fufexan",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "e8ef080c3f3f307fd94c1e699be66abfcf6677f8", "rev": "cd19f284c40ce697db66314d0b7d29e41d47eb6b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -301,11 +301,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1723175592, "lastModified": 1723362943,
"narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=", "narHash": "sha256-dFZRVSgmJkyM0bkPpaYRtG/kRMRTorUIDj8BxoOt1T4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e0ca22929f3342b19569b21b2f3462f053e497b", "rev": "a58bc8ad779655e790115244571758e8de055e3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -339,11 +339,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1723368756, "lastModified": 1723642936,
"narHash": "sha256-/lzyHVVY1E6jx5Sh5gijdOTYz+29ce8bH8YtUKaVaaI=", "narHash": "sha256-SSuI59GkMAyQ41TEzTJLmFyi2HaTkQA3ugvw6dbiYZc=",
"owner": "wamserma", "owner": "wamserma",
"repo": "flake-programs-sqlite", "repo": "flake-programs-sqlite",
"rev": "584d481a3f03d5e11d40e648946b1a72077a3f12", "rev": "d30a3ab0ac83dc5643592b8f13916f60eee46c15",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,5 +8,6 @@
burn-my-windows burn-my-windows
fullscreen-avoider fullscreen-avoider
compiz-windows-effect compiz-windows-effect
rounded-window-corners-reborn
]; ];
} }

View file

@ -12,6 +12,6 @@
})) }))
]; ];
environment.systemPackages = [pkgs.oversteer]; environment.systemPackages = with pkgs; [oversteer linuxConsoleTools];
services.udev.packages = [pkgs.oversteer]; services.udev.packages = [pkgs.oversteer];
} }