nix-ld enabled
This commit is contained in:
parent
a31e1086a8
commit
637b3a6c16
3 changed files with 7 additions and 6 deletions
|
@ -3,11 +3,11 @@
|
||||||
"dotfiles": {
|
"dotfiles": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728417457,
|
"lastModified": 1728740353,
|
||||||
"narHash": "sha256-EIRJXszg7iXXnxgoUzcUAmG2yytk3rtROl8jWQqFvWE=",
|
"narHash": "sha256-O/AuZu+MKeFRNsanZ+vWdRJizOer8ri0cLApuP7eTaQ=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "787d77b7de9949a5c312ee0ad9b812e83cb96768",
|
"rev": "f7d2e0d11492542d4cdcdc38c09776493d5849da",
|
||||||
"revCount": 9,
|
"revCount": 13,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nomadics9/dotfiles.git"
|
"url": "https://github.com/nomadics9/dotfiles.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -133,8 +133,8 @@ in
|
||||||
"float, title:^(Media viewer)$"
|
"float, title:^(Media viewer)$"
|
||||||
"float, title:^(Volume Control)$"
|
"float, title:^(Volume Control)$"
|
||||||
"float, title:^(Picture-in-Picture)$"
|
"float, title:^(Picture-in-Picture)$"
|
||||||
"size 1200 800, title:^(Volume Control)$"
|
"size 1160 960, title:^(Volume Control)$"
|
||||||
"move 75 44%, title:^(Volume Control)$"
|
"move 5 315, title:^(Volume Control)$"
|
||||||
"float, title:^(fly_is_kitty)"
|
"float, title:^(fly_is_kitty)"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
# System
|
# System
|
||||||
common.services.polkit.enable = true;
|
common.services.polkit.enable = true;
|
||||||
common.services.xdgportal.enable = true;
|
common.services.xdgportal.enable = true;
|
||||||
|
programs.nix-ld.enable = true; # Non nixos binaries such as mason LSPs
|
||||||
# Filemanager
|
# Filemanager
|
||||||
common.services.nautilus.enable = true;
|
common.services.nautilus.enable = true;
|
||||||
# Virtual Box (Virt-Manager) and GPU Passthru. you have to configure hosts/services/vfio.nix for passthrough to work!
|
# Virtual Box (Virt-Manager) and GPU Passthru. you have to configure hosts/services/vfio.nix for passthrough to work!
|
||||||
|
|
Loading…
Reference in a new issue