Compare commits
No commits in common. "4cd62682fdac54b270b36d2fc7cc2de9433f31ac" and "ef9f891482a337bdca9a0e5cef33d356240b52db" have entirely different histories.
4cd62682fd
...
ef9f891482
1 changed files with 5 additions and 8 deletions
|
@ -6,15 +6,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
sisyphus = {
|
sisyphus = {
|
||||||
desktop.sway.enable = true;
|
desktop.gnome.enable = true;
|
||||||
|
|
||||||
hardware = {
|
hardware.nvidia = {
|
||||||
nvidia = {
|
enable = true;
|
||||||
enable = true;
|
model = "RTX 2060";
|
||||||
model = "RTX 2060";
|
gui-settings = true;
|
||||||
gui-settings = true;
|
|
||||||
};
|
|
||||||
yubikey.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue