Compare commits
2 commits
4890ee818c
...
03b2d9cef6
Author | SHA1 | Date | |
---|---|---|---|
Artemis Tosini | 03b2d9cef6 | ||
Artemis Tosini | 31db0a6632 |
|
@ -559,11 +559,11 @@
|
||||||
},
|
},
|
||||||
"private": {
|
"private": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714692522,
|
"lastModified": 1725340199,
|
||||||
"narHash": "sha256-ZzGMxvunjZmSymi5IFduSk62ECRGSo4n0yUguZW67fA=",
|
"narHash": "sha256-w+VsnZ9gihZv7k9Eujc5gcsjkL2O4RnZO6jxEKnqa8I=",
|
||||||
"ref": "unified",
|
"ref": "unified",
|
||||||
"rev": "d7c6ca3b590efb21db60ce8f37bac6426a3ea5e3",
|
"rev": "92683d0a9d0efce86f7d7cbdea13444743e87a64",
|
||||||
"revCount": 45,
|
"revCount": 46,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://forgejo@git.mildlyfunctional.gay/artemist/nixos-config-private"
|
"url": "ssh://forgejo@git.mildlyfunctional.gay/artemist/nixos-config-private"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
inputs.jovian.nixosModules.default
|
inputs.jovian.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings.trusted-users = [ "@wheel" ];
|
||||||
|
|
||||||
jovian = {
|
jovian = {
|
||||||
devices.steamdeck = {
|
devices.steamdeck = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
networking.hostName = "spike";
|
networking.hostName = "spike";
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
|
nix.settings.trusted-users = [ "@wheel" ];
|
||||||
|
|
||||||
home-manager.users.artemis = {
|
home-manager.users.artemis = {
|
||||||
xdg.configFile."rustybar/config.toml".text = ''
|
xdg.configFile."rustybar/config.toml".text = ''
|
||||||
[[tile]]
|
[[tile]]
|
||||||
|
|
Loading…
Reference in a new issue