flake updates - calufrax addition - possibly not being updated more because i am not planning to use nixos for much longer but keeping this here for the poss i do
This commit is contained in:
parent
fb4ad07620
commit
5683ef172f
9 changed files with 485 additions and 149 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#aux files to make finding specific things easier
|
||||
# ./theming.nix
|
||||
./nixvim
|
||||
./niri.nix
|
||||
# ./niri.nix
|
||||
./packages.nix #general user packages not managed by home-manager but i want to install via hm anyways
|
||||
];
|
||||
home = rec {
|
||||
|
|
@ -46,6 +46,8 @@
|
|||
|
||||
services.mpd-discord-rpc.enable = true;
|
||||
|
||||
wayland.windowManager.mango.enable = true;
|
||||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{pkgs, vars, ...}:{
|
||||
{pkgs, vars, inputs, ...}:{
|
||||
home.packages = with pkgs; [
|
||||
android-tools
|
||||
blender
|
||||
brightnessctl
|
||||
bs-manager
|
||||
|
|
@ -12,11 +13,11 @@
|
|||
grayjay
|
||||
hyfetch
|
||||
inkscape
|
||||
inputs.zen-browser.packages."${stdenv.hostPlatform.system}".default
|
||||
kanshi
|
||||
libnotify
|
||||
mpc
|
||||
nemo
|
||||
nextcloud-client
|
||||
pavucontrol
|
||||
playerctl
|
||||
prismlauncher
|
||||
|
|
@ -31,7 +32,6 @@
|
|||
wl-clipboard
|
||||
wlr-randr
|
||||
wttrbar
|
||||
wlx-overlay-s
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue