mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Adding KCalc and maybe more stuffs?
This commit is contained in:
parent
74877a1c6c
commit
7913ff2919
4 changed files with 37 additions and 19 deletions
|
|
@ -60,6 +60,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
discord.enable = true;
|
||||
element.enable = true;
|
||||
firefox.enable = true;
|
||||
kcalc.enable = true;
|
||||
kitty.enable = true;
|
||||
# netbird.enable = true; See netbird.nix (I can't access the sops stuff from here?)
|
||||
openrgb.enable = true;
|
||||
|
|
@ -80,25 +81,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
tailscale.enable = true;
|
||||
|
||||
# TODO: Move this out
|
||||
home-manager.users.annika = {
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
s = "kitten ssh";
|
||||
la = "ls -a";
|
||||
ll = "ls -l";
|
||||
lal = "ls -la";
|
||||
cls = "clear && ls";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue