Reworking Mecca's home.nix
This commit is contained in:
parent
8bc5388c60
commit
cd36da9011
1 changed files with 12 additions and 17 deletions
|
|
@ -13,10 +13,8 @@
|
|||
shellAliases = {
|
||||
c = "clear";
|
||||
nf = "neofetch";
|
||||
hmc = "nvim ~/.config/home-manager/home.nix";
|
||||
hmb = "home-manager build switch";
|
||||
fkc = "sudo nvim ~/.config/nixos/flake.nix";
|
||||
nxr = "sudo nixos-rebuild switch --flake ~/.config/nixos#${config.home.sessionVariables.HOSTNAME}";
|
||||
hmc = "nvim ~/dotfiles/.config/nix/hosts/mecca/home.nix";
|
||||
nxr = "sudo nixos-rebuild switch --flake ~/.config/nix#${config.home.sessionVariables.HOSTNAME}";
|
||||
v = "nvim";
|
||||
d = "cd ~/Documents";
|
||||
D = "cd ~/Downloads";
|
||||
|
|
@ -56,6 +54,7 @@
|
|||
ci = "commit";
|
||||
co = "checkout";
|
||||
s = "status";
|
||||
pu = "push origin master"
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -66,14 +65,13 @@
|
|||
# Define the Waybar style.css content here
|
||||
style = ''
|
||||
* {
|
||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||
font-family: "Miracode", monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#window {
|
||||
/* Example: style the window module */
|
||||
background-color: #333333;
|
||||
color: #ffffff;
|
||||
color: #FF7300;
|
||||
border-radius: 8px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
|
@ -105,19 +103,16 @@
|
|||
obsidian # For epic note taking (really just mediocre journaling)
|
||||
keepassxc # Secure password manager
|
||||
syncthing # Self explanatory
|
||||
|
||||
# Fonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
miracode
|
||||
monocraft
|
||||
];
|
||||
|
||||
home.file = {
|
||||
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
|
||||
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
|
||||
# # symlink to the Nix store copy.
|
||||
# ".screenrc".source = dotfiles/screenrc;
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
# # You can also set the file content immediately.
|
||||
# ".gradle/gradle.properties".text = ''
|
||||
# org.gradle.console=verbose
|
||||
# org.gradle.daemon.idletimeout=3600000
|
||||
# '';
|
||||
home.file = {
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue