This commit is contained in:
Tasia Iso 2025-02-11 19:25:06 +01:00
parent 641e7aaae8
commit cffe461d83
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
7 changed files with 10 additions and 8 deletions

View file

@ -19,11 +19,11 @@
home-manager.users.user = {pkgs, ...}: { home-manager.users.user = {pkgs, ...}: {
home.file = { home.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;
# ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg; # ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
}; };

View file

@ -51,10 +51,11 @@ in {
# Personal modules # Personal modules
# ../../modules/nixos/tildefriends.nix # ../../modules/nixos/tildefriends.nix
# ./yubikey.nix # ./yubikey.nix
# ./rtl-sdr.nix ./rtl-sdr.nix
]; ];
boot.loader.systemd-boot.enable = lib.mkForce false;
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true; boot.loader.grub.useOSProber = true;

View file

@ -19,7 +19,7 @@ in {
../../common/services/syncthing.nix ../../common/services/syncthing.nix
../../home/tasia-but-old-username/home.nix ../../home/tasia-but-old-username.nix
inputs.agenix.nixosModules.default inputs.agenix.nixosModules.default
../../common/components/wifi-secrets.nix ../../common/components/wifi-secrets.nix

View file

@ -24,7 +24,7 @@ in {
../../common/services/syncthing.nix ../../common/services/syncthing.nix
../../common/services/nix-gc.nix ../../common/services/nix-gc.nix
../../home/46d1/home.nix ../../home/46d1.nix
inputs.agenix.nixosModules.default inputs.agenix.nixosModules.default
../../common/components/wifi-secrets.nix ../../common/components/wifi-secrets.nix
@ -54,6 +54,7 @@ in {
# Additional system packages here # Additional system packages here
zoxide zoxide
telegram-desktop telegram-desktop
zoom-us
]; ];
services.displayManager.autoLogin.user = "user"; services.displayManager.autoLogin.user = "user";