mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
snapshot pre-cleanup-2026-06-04T16-01-15Z
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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 "$@"
|
||||||
|
|||||||
@@ -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,
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -119,4 +119,4 @@ disk = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
};*/
|
};
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -122,8 +122,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
## Desktop
|
## Desktop
|
||||||
flake.nixosModules.autoCleanup-desktop = {
|
flake.nixosModules.autoCleanup-desktop = {
|
||||||
pkgs,
|
pkgs,
|
||||||
pkgs-unstable,
|
pkgs-unstable,
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user