modi(host@doloro-wsl): added fish
This commit is contained in:
@@ -13,16 +13,21 @@
|
||||
# ./modules/chromium/home.nix
|
||||
#./modules/neovim/home.nix
|
||||
# ./modules/stylix/home.nix
|
||||
../../modules/nixvim/home.nix
|
||||
../../modules/tmux/home.nix
|
||||
../../modules/theme/home.nix
|
||||
#../../modules/nixvim/home.nix
|
||||
#../../modules/tmux/home.nix
|
||||
#../../modules/theme/home.nix
|
||||
# ./modules/spicetify/home.nix
|
||||
# ./modules/obs/home.nix
|
||||
# ./modules/blender/home.nix
|
||||
../../modules/fish/home.nix
|
||||
#../../modules/fish/home.nix
|
||||
# ./modules/ytm/home.nix
|
||||
../../overlays.nix
|
||||
#../../overlays.nix
|
||||
];
|
||||
modules = {
|
||||
nixvim.enable = true;
|
||||
tmux.enable = true;
|
||||
fish.enable = true;
|
||||
};
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = "doloro";
|
||||
@@ -53,7 +58,6 @@
|
||||
# spotify
|
||||
# pavucontrol
|
||||
lazygit
|
||||
btop
|
||||
sops
|
||||
];
|
||||
# sops.age.keyFile = "/home/doloro/.config/sops/age/key.txt";
|
||||
|
||||
@@ -1,13 +1,18 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
user,
|
||||
...
|
||||
}:
|
||||
{
|
||||
modules = {
|
||||
fish.enable = true;
|
||||
};
|
||||
imports = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
# rocmSupport = false;
|
||||
networking.dhcpcd.enable = lib.mkOverride 0 false;
|
||||
boot.loader.grub.enable = lib.mkOverride 0 false;
|
||||
wsl = {
|
||||
@@ -18,6 +23,10 @@
|
||||
startMenuLaunchers = true;
|
||||
usbip.enable = true;
|
||||
};
|
||||
nix.settings = {
|
||||
experimental-features = "nix-command flakes";
|
||||
};
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
systemd.services."user-runtime-dir@" = {
|
||||
overrideStrategy = "asDropin";
|
||||
unitConfig.ConditionPathExists = "!/run/user/%i";
|
||||
|
||||
Reference in New Issue
Block a user