Compare commits

..

2 commits

Author SHA1 Message Date
0af1c7bc90 gamer 2026-04-05 14:08:01 +02:00
ab32036e76 gamer 2026-04-05 13:53:57 +02:00
3 changed files with 10 additions and 1 deletions

View file

@ -2,7 +2,7 @@
programs.git = { programs.git = {
enable = true; enable = true;
signing.format = false; signing.format = null;
settings = { settings = {
user = { user = {

View file

@ -56,6 +56,10 @@ in
rustup # rustup from nix for rust :) rustup # rustup from nix for rust :)
gamescope # so i can put it in steam startup command lines gamescope # so i can put it in steam startup command lines
wl-clipboard wl-clipboard
(olympus.override {
celesteWrapper = "steam-run";
})
archipelago
(pkgs.writeShellApplication { (pkgs.writeShellApplication {
name = "lock-and-power-off-screen"; name = "lock-and-power-off-screen";
text = '' text = ''

View file

@ -289,6 +289,11 @@
programs.java.enable = true; programs.java.enable = true;
programs.nix-ld = {
# i love programs that work
enable = true;
};
virtualisation = { virtualisation = {
libvirtd = { libvirtd = {
enable = true; enable = true;