mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
gamer
This commit is contained in:
parent
edf742dd98
commit
ab32036e76
3 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
signing.format = false;
|
||||
signing.format = null;
|
||||
|
||||
settings = {
|
||||
user = {
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@ in
|
|||
rustup # rustup from nix for rust :)
|
||||
gamescope # so i can put it in steam startup command lines
|
||||
wl-clipboard
|
||||
olympus
|
||||
archipelago
|
||||
(pkgs.writeShellApplication {
|
||||
name = "lock-and-power-off-screen";
|
||||
text = ''
|
||||
|
|
|
|||
|
|
@ -289,6 +289,11 @@
|
|||
|
||||
programs.java.enable = true;
|
||||
|
||||
programs.nix-ld = {
|
||||
# i love programs that work
|
||||
enable = true;
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue