meow meow meow (nix)

This commit is contained in:
2025-09-21 15:19:50 +01:00
parent 951475157b
commit 2281bf2a7b
7 changed files with 156 additions and 20 deletions

View File

@@ -23,24 +23,12 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
pkgs.hello
pkgs.vim
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
home.packages = with pkgs; [
hello
vim
telegram-desktop
vesktop
spotify
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage