snapshot pre-cleanup-2026-06-04T16-01-15Z

This commit is contained in:
2026-06-04 18:01:15 +02:00
parent 501965a0dc
commit 3ecc4a55bf
6 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
url = "github:tomasriveral/nixpkgs-notifier"; url = "github:tomasriveral/nixpkgs-notifier";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };
caelestia-shell = { caelestia-shell = {
# based on quickshell. See https://github.com/caelestia-dots/shell # based on quickshell. See https://github.com/caelestia-dots/shell
url = "github:caelestia-dots/shell"; url = "github:caelestia-dots/shell";
+3 -3
View File
@@ -1,4 +1,4 @@
{self, ...}: { _: {
flake.homeModules.zsh-laptop = _: { flake.homeModules.zsh-laptop = _: {
programs.zsh = { programs.zsh = {
shellAliases = { shellAliases = {
@@ -15,7 +15,7 @@
}; };
}; };
}; };
flake.homeModules.zsh = {pkgs, pkgs-unstable, ...}: { flake.homeModules.zsh = {pkgs-unstable, ...}: {
home.packages = [ home.packages = [
#self.packages.${pkgs.system}.dejaManuallyDerived #self.packages.${pkgs.system}.dejaManuallyDerived
pkgs-unstable.deja pkgs-unstable.deja
@@ -33,7 +33,7 @@
command cat "$@" command cat "$@"
fi fi
} }
custom-eza() { # behaves differently if we just call it or if we pipe initContent custom-eza() { # behaves differently if we just call it or if we pipe initContent
if [[ -t 1 ]]; then if [[ -t 1 ]]; then
eza -hlF -aa --color=always --hyperlink --group-directories-first --show-symlinks --icons=always --git --no-permissions "$@" eza -hlF -aa --color=always --hyperlink --group-directories-first --show-symlinks --icons=always --git --no-permissions "$@"
+1 -1
View File
@@ -13,7 +13,7 @@ _: {
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
}; };
flake.nixosModules.bootloader-desktop = { flake.nixosModules.bootloader-desktop = {
inputs, inputs,
pkgs, pkgs,
... ...
+1 -1
View File
@@ -119,4 +119,4 @@ disk = {
}; };
}; };
}; };
} };
+4 -2
View File
@@ -112,7 +112,8 @@
home-manager.users.tomasr = self.homeModules.desktop; home-manager.users.tomasr = self.homeModules.desktop;
}; };
# this is a copy of what is in laptop.nix # this is a copy of what is in laptop.nix
/*flake.homeModules.tomasr = _: { /*
flake.homeModules.tomasr = _: {
home.username = "tomasr"; home.username = "tomasr";
home.homeDirectory = "/home/tomasr"; home.homeDirectory = "/home/tomasr";
@@ -133,5 +134,6 @@
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
};*/ };
*/
} }
+2 -2
View File
@@ -122,8 +122,8 @@
}; };
}; };
## Desktop ## Desktop
flake.nixosModules.autoCleanup-desktop = { flake.nixosModules.autoCleanup-desktop = {
pkgs, pkgs,
pkgs-unstable, pkgs-unstable,
... ...