more config updates
This commit is contained in:
parent
8659535e96
commit
25078ab6d4
6 changed files with 24 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
{ config,
|
||||
nixosConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
home-manager,
|
||||
... }:
|
||||
|
@ -54,13 +55,22 @@
|
|||
qt5ct
|
||||
qt6ct
|
||||
mpv
|
||||
python311Packages.sympy
|
||||
python311Packages.matplotlib
|
||||
#steamvr?
|
||||
procps
|
||||
usbutils
|
||||
(python311.withPackages (lib.attrVals ["sympy" "matplotlib"]))
|
||||
(octaveFull.withPackages (lib.attrVals ["symbolic"]))
|
||||
];
|
||||
|
||||
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
uris = ["qemu:///system"];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
home.sessionVariables = {
|
||||
FOO = "BAR";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue