mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-11 01:06:19 +02:00
formatting and updates
This commit is contained in:
parent
3a2d061875
commit
89c992c0d9
6 changed files with 25 additions and 23 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -39,11 +39,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1673211936,
|
"lastModified": 1673343300,
|
||||||
"narHash": "sha256-ba7jhl5BhLtpSooDHllgC0Y29vc0AiYWWsxQVtjlc7o=",
|
"narHash": "sha256-5Xdj6kpXYMie0MlnGwqK5FaMdsedxvyuakWtyKB3zaQ=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "684bdb386cec7d4f16e0da9f694c8ab50ad2cf2a",
|
"rev": "176e455371a8371586e8a3ff0d56ee9f3ca2324e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -6,11 +6,12 @@
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
sops-nix.url = github:Mic92/sops-nix;
|
sops-nix.url = github:Mic92/sops-nix;
|
||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
awesome-config.url=github:therealr5/awesome-config;
|
awesome-config.url = github:therealr5/awesome-config;
|
||||||
nix-colors.url=github:Misterio77/nix-colors;
|
nix-colors.url = github:Misterio77/nix-colors;
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, sops-nix, awesome-config, 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 = {
|
nixosConfigurations = {
|
||||||
thinkpad = nixpkgs.lib.nixosSystem {
|
thinkpad = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
@ -74,9 +74,9 @@
|
||||||
source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd";
|
source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd";
|
||||||
mode = "0644";
|
mode = "0644";
|
||||||
user = "libvirtd";
|
user = "libvirtd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# essentials
|
# essentials
|
||||||
|
|
|
@ -34,7 +34,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
openconnect.interfaces = {
|
openconnect.interfaces = {
|
||||||
TUD-A-Tunnel = { # apparently device names have a character limit
|
TUD-A-Tunnel = {
|
||||||
|
# apparently device names have a character limit
|
||||||
protocol = "anyconnect";
|
protocol = "anyconnect";
|
||||||
gateway = "vpn2.zih.tu-dresden.de";
|
gateway = "vpn2.zih.tu-dresden.de";
|
||||||
user = "rose159e@tu-dresden.de";
|
user = "rose159e@tu-dresden.de";
|
||||||
|
@ -45,7 +46,7 @@
|
||||||
compression = "stateless";
|
compression = "stateless";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
TUD-C-Tunnel= {
|
TUD-C-Tunnel = {
|
||||||
protocol = "anyconnect";
|
protocol = "anyconnect";
|
||||||
gateway = "vpn2.zih.tu-dresden.de";
|
gateway = "vpn2.zih.tu-dresden.de";
|
||||||
user = "rose159e@tu-dresden.de";
|
user = "rose159e@tu-dresden.de";
|
||||||
|
|
|
@ -26,18 +26,18 @@
|
||||||
cursor = "CellForeground";
|
cursor = "CellForeground";
|
||||||
};
|
};
|
||||||
#search = {
|
#search = {
|
||||||
#matches = {
|
#matches = {
|
||||||
#foreground = "#44475a";
|
#foreground = "#44475a";
|
||||||
#background = "#50fa7b";
|
#background = "#50fa7b";
|
||||||
#};
|
#};
|
||||||
#focused_match = {
|
#focused_match = {
|
||||||
#foreground = "#44475a";
|
#foreground = "#44475a";
|
||||||
#background = "#ffb86c";
|
#background = "#ffb86c";
|
||||||
#};
|
#};
|
||||||
#footer_bar = {
|
#footer_bar = {
|
||||||
#background = "#282a36";
|
#background = "#282a36";
|
||||||
#foreground = "#f8f8f2";
|
#foreground = "#f8f8f2";
|
||||||
#};
|
#};
|
||||||
#};
|
#};
|
||||||
selection = {
|
selection = {
|
||||||
text = "CellForeground";
|
text = "CellForeground";
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
# games
|
# games
|
||||||
minecraft
|
minecraft
|
||||||
prismlauncher
|
prismlauncher # minecraft, but it actually works
|
||||||
superTuxKart
|
superTuxKart
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
yubikey-manager-qt
|
yubikey-manager-qt
|
||||||
yubioath-desktop
|
yubioath-desktop
|
||||||
|
#yubioath-flutter # do as soon as thing is done
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
@ -48,7 +49,6 @@
|
||||||
spotify
|
spotify
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
virt-manager
|
virt-manager
|
||||||
remmina
|
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
|
|
Loading…
Add table
Reference in a new issue