awa
This commit is contained in:
parent
641e7aaae8
commit
cffe461d83
|
@ -19,11 +19,11 @@
|
|||
|
||||
home-manager.users.user = {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;
|
||||
".config/btop/btop.conf".source = ../dotfiles/btop.conf;
|
||||
# ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
|
||||
};
|
||||
|
|
@ -51,10 +51,11 @@ in {
|
|||
# Personal modules
|
||||
# ../../modules/nixos/tildefriends.nix
|
||||
# ./yubikey.nix
|
||||
# ./rtl-sdr.nix
|
||||
./rtl-sdr.nix
|
||||
];
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
|
|
|
@ -19,7 +19,7 @@ in {
|
|||
|
||||
../../common/services/syncthing.nix
|
||||
|
||||
../../home/tasia-but-old-username/home.nix
|
||||
../../home/tasia-but-old-username.nix
|
||||
|
||||
inputs.agenix.nixosModules.default
|
||||
../../common/components/wifi-secrets.nix
|
||||
|
|
|
@ -24,7 +24,7 @@ in {
|
|||
../../common/services/syncthing.nix
|
||||
../../common/services/nix-gc.nix
|
||||
|
||||
../../home/46d1/home.nix
|
||||
../../home/46d1.nix
|
||||
|
||||
inputs.agenix.nixosModules.default
|
||||
../../common/components/wifi-secrets.nix
|
||||
|
@ -54,6 +54,7 @@ in {
|
|||
# Additional system packages here
|
||||
zoxide
|
||||
telegram-desktop
|
||||
zoom-us
|
||||
];
|
||||
|
||||
services.displayManager.autoLogin.user = "user";
|
||||
|
|
Loading…
Reference in a new issue