idk
This commit is contained in:
@@ -29,6 +29,10 @@ in {
|
|||||||
|
|
||||||
# nix flakes compatibility
|
# nix flakes compatibility
|
||||||
nix = {
|
nix = {
|
||||||
|
settings.trusted-users = [
|
||||||
|
"root"
|
||||||
|
"daniel"
|
||||||
|
];
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
warn-dirty = false
|
warn-dirty = false
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
nerd-fonts.iosevka
|
nerd-fonts.iosevka
|
||||||
monocraft
|
monocraft
|
||||||
|
source-code-pro
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,7 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
playerctl
|
playerctl
|
||||||
slurp
|
slurp
|
||||||
|
source-code-pro
|
||||||
spotify
|
spotify
|
||||||
swaylock
|
swaylock
|
||||||
udiskie
|
udiskie
|
||||||
@@ -121,6 +122,10 @@ in {
|
|||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
||||||
|
emacs = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user