mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update ubuntu-home.nix
This commit is contained in:
parent
8d2fda266e
commit
7885c6e393
1 changed files with 9 additions and 22 deletions
|
@ -1,19 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Home Manager needs a bit of information about you and the
|
|
||||||
# paths it should manage.
|
|
||||||
home.username = "aaronh";
|
home.username = "aaronh";
|
||||||
home.homeDirectory = "/home/aaronh";
|
home.homeDirectory = "/home/aaronh";
|
||||||
|
|
||||||
# This value determines the Home Manager release that your
|
|
||||||
# configuration is compatible with. This helps avoid breakage
|
|
||||||
# when a new Home Manager release introduces backwards
|
|
||||||
# incompatible changes.
|
|
||||||
#
|
|
||||||
# You can update Home Manager without changing this value. See
|
|
||||||
# the Home Manager release notes for a list of state version
|
|
||||||
# changes in each release.
|
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
@ -21,18 +11,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# GUI
|
bat
|
||||||
# libreoffice-fresh
|
bottom
|
||||||
# signal-desktop
|
cargo
|
||||||
# tuba
|
eza
|
||||||
|
fastfetch
|
||||||
# VM
|
fd
|
||||||
# quickemu
|
freshfetch
|
||||||
# spice-gtk
|
gcc
|
||||||
|
rustc
|
||||||
# CLI
|
|
||||||
# freshfetch
|
|
||||||
# gcc
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue