Compare commits
2 commits
ef9f891482
...
4cd62682fd
Author | SHA1 | Date | |
---|---|---|---|
4cd62682fd | |||
2ec2004f87 |
1 changed files with 8 additions and 5 deletions
|
@ -6,12 +6,15 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
sisyphus = {
|
sisyphus = {
|
||||||
desktop.gnome.enable = true;
|
desktop.sway.enable = true;
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware = {
|
||||||
enable = true;
|
nvidia = {
|
||||||
model = "RTX 2060";
|
enable = true;
|
||||||
gui-settings = true;
|
model = "RTX 2060";
|
||||||
|
gui-settings = true;
|
||||||
|
};
|
||||||
|
yubikey.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue