Simplify Blender import, remove Rot8, standardize fastfetch import, add Teams (ew), split up environment vars, etc
This commit is contained in:
parent
19a6abfbb6
commit
d4ca164ed3
23 changed files with 68 additions and 53 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
# Shortcuts
|
||||
ff = "clear && fastfetch";
|
||||
copycat = "wl-copy <";
|
||||
myip = "curl ifconfig.co";
|
||||
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
|
||||
};
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
./aliases
|
||||
./cursor
|
||||
./dconf
|
||||
./environment
|
||||
./fonts
|
||||
./gtk
|
||||
./locale
|
||||
|
|
7
modules/home/settings/environment/default.nix
Normal file
7
modules/home/settings/environment/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
home.sessionVariables = {
|
||||
MANPAGER = "nvim +Man!";
|
||||
NIXPKGS_ALLOW_UNFREE = 1;
|
||||
};
|
||||
}
|
|
@ -4,4 +4,6 @@
|
|||
./defaults
|
||||
./folders
|
||||
];
|
||||
|
||||
home.preferXdgDirectories = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue