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": {
|
||||
|
|
|
@ -6,11 +6,12 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.url = github:Mic92/sops-nix;
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
awesome-config.url=github:therealr5/awesome-config;
|
||||
nix-colors.url=github:Misterio77/nix-colors;
|
||||
awesome-config.url = github:therealr5/awesome-config;
|
||||
nix-colors.url = github:Misterio77/nix-colors;
|
||||
};
|
||||
|
||||
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";
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd";
|
||||
mode = "0644";
|
||||
user = "libvirtd";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
@ -45,7 +46,7 @@
|
|||
compression = "stateless";
|
||||
};
|
||||
};
|
||||
TUD-C-Tunnel= {
|
||||
TUD-C-Tunnel = {
|
||||
protocol = "anyconnect";
|
||||
gateway = "vpn2.zih.tu-dresden.de";
|
||||
user = "rose159e@tu-dresden.de";
|
||||
|
|
|
@ -26,18 +26,18 @@
|
|||
cursor = "CellForeground";
|
||||
};
|
||||
#search = {
|
||||
#matches = {
|
||||
#foreground = "#44475a";
|
||||
#background = "#50fa7b";
|
||||
#};
|
||||
#focused_match = {
|
||||
#foreground = "#44475a";
|
||||
#background = "#ffb86c";
|
||||
#};
|
||||
#footer_bar = {
|
||||
#background = "#282a36";
|
||||
#foreground = "#f8f8f2";
|
||||
#};
|
||||
#matches = {
|
||||
#foreground = "#44475a";
|
||||
#background = "#50fa7b";
|
||||
#};
|
||||
#focused_match = {
|
||||
#foreground = "#44475a";
|
||||
#background = "#ffb86c";
|
||||
#};
|
||||
#footer_bar = {
|
||||
#background = "#282a36";
|
||||
#foreground = "#f8f8f2";
|
||||
#};
|
||||
#};
|
||||
selection = {
|
||||
text = "CellForeground";
|
||||
|
|
|
@ -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