Compare commits

...

5 commits

Author SHA1 Message Date
e0d5404db5
Merge branch 'main' of ssh://forge.katzen.cafe:2222/schrottkatze/nix-configs 2024-01-26 16:46:57 +01:00
de82f18f3e
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/ce4b88c465d928f4f8b75d0920f1788d5b65ca94' (2024-01-19)
  → 'github:nix-community/home-manager/2d47379ad591bcb14ca95a90b6964b8305f6c913' (2024-01-21)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/842d9d80cfd4560648c785f8a4e6f3b096790e19' (2024-01-17)
  → 'github:NixOS/nixpkgs/612f97239e2cc474c13c9dafa0df378058c5ad8d' (2024-01-21)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/d2003f2223cbb8cd95134e4a0541beea215c1073' (2024-01-19)
  → 'github:NixOS/nixpkgs/1b64fc1287991a9cce717a01c1973ef86cb1af0b' (2024-01-20)
2024-01-22 19:41:20 +01:00
4abd25ed63
update nu stuff and switch to element 2024-01-22 19:40:10 +01:00
fa2448315e
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/2064348e555b6aa963da6372a8f14e6acb80a176' (2024-01-19)
  → 'github:nix-community/home-manager/ce4b88c465d928f4f8b75d0920f1788d5b65ca94' (2024-01-19)
2024-01-20 18:26:30 +01:00
cc43cec6b1
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/37d6eeceee464adc03585404eebd68765b3c8615' (2024-01-16)
  → 'github:nix-community/home-manager/2064348e555b6aa963da6372a8f14e6acb80a176' (2024-01-19)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9b19f5e77dd906cb52dade0b7bd280339d2a1f3d' (2024-01-13)
  → 'github:NixOS/nixpkgs/842d9d80cfd4560648c785f8a4e6f3b096790e19' (2024-01-17)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/b8dd8be3c790215716e7c12b247f45ca525867e2' (2024-01-15)
  → 'github:NixOS/nixpkgs/d2003f2223cbb8cd95134e4a0541beea215c1073' (2024-01-19)
2024-01-19 23:36:19 +01:00
2 changed files with 5 additions and 4 deletions

View file

@ -17,6 +17,7 @@ in
cinny-desktop
signal-desktop
mumble
element-desktop
];
};
};

View file

@ -17,10 +17,10 @@
package = config.users.defaultUserShell;
configFile.source = ../../other/config.nu;
envFile.source = ../../other/env.nu;
extraConfig = ''
source ${pkgs.nu_scripts}/share/nu_scripts/modules/nix/nix.nu;
use ${pkgs.nu_scripts}/share/nu_scripts/modules/background_task/job.nu;
'';
# extraConfig = ''
# source ${pkgs.nu_scripts}/share/nu_scripts/modules/nix/nix.nu;
# use ${pkgs.nu_scripts}/share/nu_scripts/modules/background_task/job.nu;
# '';
};
programs.starship.enableNushellIntegration = true;
programs.carapace.enableNushellIntegration = true;