nixos-anywhere test

This commit is contained in:
tulg 2025-10-25 11:06:24 +03:00
parent cc9dbac99e
commit 58f64684c9
6 changed files with 48 additions and 23 deletions

View file

@ -58,8 +58,6 @@ in {
pkgs.vscode-extensions.jnoortheen.nix-ide
];
profiles.tulg.userSettings = {
};
};
programs.zen-browser.enable = true;
@ -84,10 +82,9 @@ in {
max_height = 900;
};
tasks = {
image_bound = [ 0 0 ];
image_bound = [0 0];
};
};
};
xdg.configFile."hypr" = {
@ -120,8 +117,10 @@ in {
enable = true;
shellAliases = {
a = "echo ids";
rb = "nixos-rebuild switch --flake";
a = "echo idssss";
rb = "sudo nixos-rebuild switch --flake ~/nixdots#";
nixtest = "sudo nixos-rebuild test --flake ~/nixdots#";
infect = "nix run github:nix-community/nixos-anywhere -- -- flake";
};
bashrcExtra = ''
@ -132,8 +131,8 @@ in {
programs.git = {
enable = true;
settings = {
user.name = "tulg";
user.email = "tulg@protonmail.ch";
user.name = "tulg";
user.email = "tulg@protonmail.ch";
};
};