non important commit
This commit is contained in:
parent
5acd321bcb
commit
9b950071e2
2 changed files with 6 additions and 2 deletions
|
|
@ -31,7 +31,6 @@
|
|||
modules = [
|
||||
./configuration/main/configuration.nix
|
||||
home-manager.nixosModules.default
|
||||
inputs.zen-browser.packages.default
|
||||
{
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home = {
|
||||
username = "benag";
|
||||
homeDirectory = "/home/benag";
|
||||
|
|
@ -27,6 +31,7 @@
|
|||
];
|
||||
|
||||
home.packages = [
|
||||
inputs.zen-browser.packages."x86_64-linux".default
|
||||
pkgs.bspwm
|
||||
pkgs.sxhkd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue