more fixes
This commit is contained in:
parent
d1a07c5cab
commit
4605073d02
14
flake.lock
14
flake.lock
|
@ -1014,11 +1014,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739802346,
|
"lastModified": 1739802768,
|
||||||
"narHash": "sha256-XWlyntinwVTGKpYdazym6nEeCD43bcK+Zi52zkgY+hE=",
|
"narHash": "sha256-XWlyntinwVTGKpYdazym6nEeCD43bcK+Zi52zkgY+hE=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "6004f9ad5dca2bbfd3ca55708b0c571f8e96d1e1",
|
"rev": "dba87a3e6c54e8a1919dcd0fa6d0f5f76aa43f3f",
|
||||||
"revCount": 87,
|
"revCount": 89,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone"
|
"url": "https://git.vulpecula.zone/tasiaiso/tasiaiso.vulpecula.zone"
|
||||||
},
|
},
|
||||||
|
@ -1137,11 +1137,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739134002,
|
"lastModified": 1739802918,
|
||||||
"narHash": "sha256-ZLAvn+PkHHel6cUmaxLNwGzM6T63cwwjbQpCgoUce7E=",
|
"narHash": "sha256-qcXYcRnw79yhUSJcdC6olV8/cVnnYiRfjV+MmY6oLuc=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "f695998f63e84a35cfdadcebac4945be6a0607bd",
|
"rev": "5aa5467c71be603812df08368d5f47bbea10753d",
|
||||||
"revCount": 15,
|
"revCount": 17,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.vulpecula.zone/tasiaiso/vulpecula.zone"
|
"url": "https://git.vulpecula.zone/tasiaiso/vulpecula.zone"
|
||||||
},
|
},
|
||||||
|
|
|
@ -25,22 +25,22 @@
|
||||||
home-manager.users.tasia = {pkgs, ...}: {
|
home-manager.users.tasia = {pkgs, ...}: {
|
||||||
home = {
|
home = {
|
||||||
file = {
|
file = {
|
||||||
".zshrc".source = ../../dotfiles/.zshrc;
|
".zshrc".source = ../dotfiles/.zshrc;
|
||||||
".bashrc".source = ../../dotfiles/.bashrc;
|
".bashrc".source = ../dotfiles/.bashrc;
|
||||||
".shellrc".source = ../../dotfiles/.shellrc;
|
".shellrc".source = ../dotfiles/.shellrc;
|
||||||
|
|
||||||
".config/btop/btop.conf".source = ../../dotfiles/btop.conf;
|
".config/btop/btop.conf".source = ../dotfiles/btop.conf;
|
||||||
".gitconfig".source = ../../dotfiles/.gitconfig;
|
".gitconfig".source = ../dotfiles/.gitconfig;
|
||||||
|
|
||||||
".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
|
".librewolf/librewolf.overrides.cfg".source = ../dotfiles/librewolf.overrides.cfg;
|
||||||
|
|
||||||
# sway
|
# sway
|
||||||
".config/fontconfig/conf.d/01-font.conf".source = ../../dotfiles/sway-cave/fontconfig;
|
".config/fontconfig/conf.d/01-font.conf".source = ../dotfiles/sway-cave/fontconfig;
|
||||||
".config/foot/foot.ini".source = ../../dotfiles/sway-cave/foot-config.ini;
|
".config/foot/foot.ini".source = ../dotfiles/sway-cave/foot-config.ini;
|
||||||
".config/sway/config".source = ../../dotfiles/sway-cave/sway-config;
|
".config/sway/config".source = ../dotfiles/sway-cave/sway-config;
|
||||||
".config/swaylock/config".source = ../../dotfiles/sway-cave/swaylock-config;
|
".config/swaylock/config".source = ../dotfiles/sway-cave/swaylock-config;
|
||||||
".config/waybar/config.jsonc".source = ../../dotfiles/sway-cave/waybar-config.jsonc;
|
".config/waybar/config.jsonc".source = ../dotfiles/sway-cave/waybar-config.jsonc;
|
||||||
".config/waybar/style.css".source = ../../dotfiles/sway-cave/waybar-style.css;
|
".config/waybar/style.css".source = ../dotfiles/sway-cave/waybar-style.css;
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
|
@ -51,7 +51,7 @@ in {
|
||||||
# Personal modules
|
# Personal modules
|
||||||
# ../../modules/nixos/tildefriends.nix
|
# ../../modules/nixos/tildefriends.nix
|
||||||
./yubikey.nix
|
./yubikey.nix
|
||||||
./rtl-sdr.nix
|
../../common/hardware/rtl-sdr.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
|
@ -42,7 +42,7 @@ in {
|
||||||
../../common/services/autoupgrade.nix
|
../../common/services/autoupgrade.nix
|
||||||
|
|
||||||
# Home-manager
|
# Home-manager
|
||||||
../../home/tasia/home.nix
|
../../home/tasia.nix
|
||||||
|
|
||||||
inputs.agenix.nixosModules.default
|
inputs.agenix.nixosModules.default
|
||||||
../../common/components/wifi-secrets.nix
|
../../common/components/wifi-secrets.nix
|
||||||
|
@ -51,7 +51,7 @@ in {
|
||||||
# Personal modules
|
# Personal modules
|
||||||
# ../../modules/nixos/tildefriends.nix
|
# ../../modules/nixos/tildefriends.nix
|
||||||
# ./yubikey.nix
|
# ./yubikey.nix
|
||||||
./rtl-sdr.nix
|
../../common/hardware/rtl-sdr.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|
Loading…
Reference in a new issue