mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
formatting and updates
This commit is contained in:
parent
3a2d061875
commit
89c992c0d9
|
@ -39,11 +39,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1673211936,
|
||||
"narHash": "sha256-ba7jhl5BhLtpSooDHllgC0Y29vc0AiYWWsxQVtjlc7o=",
|
||||
"lastModified": 1673343300,
|
||||
"narHash": "sha256-5Xdj6kpXYMie0MlnGwqK5FaMdsedxvyuakWtyKB3zaQ=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "684bdb386cec7d4f16e0da9f694c8ab50ad2cf2a",
|
||||
"rev": "176e455371a8371586e8a3ff0d56ee9f3ca2324e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, sops-nix, awesome-config, nix-colors }: {
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
|
||||
nixosConfigurations = {
|
||||
thinkpad = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
};
|
||||
};
|
||||
openconnect.interfaces = {
|
||||
TUD-A-Tunnel = { # apparently device names have a character limit
|
||||
TUD-A-Tunnel = {
|
||||
# apparently device names have a character limit
|
||||
protocol = "anyconnect";
|
||||
gateway = "vpn2.zih.tu-dresden.de";
|
||||
user = "rose159e@tu-dresden.de";
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
# games
|
||||
minecraft
|
||||
prismlauncher
|
||||
prismlauncher # minecraft, but it actually works
|
||||
superTuxKart
|
||||
extremetuxracer
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
|||
yubikey-manager
|
||||
yubikey-manager-qt
|
||||
yubioath-desktop
|
||||
#yubioath-flutter # do as soon as thing is done
|
||||
pass
|
||||
|
||||
# misc
|
||||
|
@ -48,7 +49,6 @@
|
|||
spotify
|
||||
nixpkgs-fmt
|
||||
virt-manager
|
||||
remmina
|
||||
powerline-fonts
|
||||
|
||||
# libs
|
||||
|
|
Loading…
Reference in a new issue