empty_pattern

This commit is contained in:
mjallen18
2026-04-05 14:49:16 -05:00
parent 159ad4cb83
commit 07b1fc3618
12 changed files with 4 additions and 41 deletions

View File

@@ -1,4 +1,3 @@
{ ... }:
let
gitAliases = {
co = "checkout";

View File

@@ -1,4 +1,3 @@
{ ... }:
{
programs.librewolf = {
enable = false;

View File

@@ -1,4 +1,3 @@
{ ... }:
{
# The default value of `programs.password-store.settings` has changed from `{ PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; }` to `{ }`.
# You are currently using the legacy default (`{ PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; }`) because `home.stateVersion` is less than "25.11".

View File

@@ -1,4 +1,3 @@
{ ... }:
let
defaultShellAliases = {
l = "ls -alh";

View File

@@ -1,6 +1,3 @@
{
...
}:
{
#services.gnome-keyring.enable = false;
#home.packages = [ pkgs.gcr ];