mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
Compare commits
No commits in common. "0af1c7bc90a5a11f19e48f4ea65dbac68775437a" and "edf742dd9868f9cede7b1dfd1bb0512cb14ecf7c" have entirely different histories.
0af1c7bc90
...
edf742dd98
3 changed files with 1 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
signing.format = null;
|
||||
signing.format = false;
|
||||
|
||||
settings = {
|
||||
user = {
|
||||
|
|
|
|||
|
|
@ -56,10 +56,6 @@ in
|
|||
rustup # rustup from nix for rust :)
|
||||
gamescope # so i can put it in steam startup command lines
|
||||
wl-clipboard
|
||||
(olympus.override {
|
||||
celesteWrapper = "steam-run";
|
||||
})
|
||||
archipelago
|
||||
(pkgs.writeShellApplication {
|
||||
name = "lock-and-power-off-screen";
|
||||
text = ''
|
||||
|
|
|
|||
|
|
@ -289,11 +289,6 @@
|
|||
|
||||
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