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