started looking at home manager

This commit is contained in:
MichaelFisher1997 2025-05-11 19:58:17 +01:00
parent f8f6a134d1
commit 0d72587a3f
4 changed files with 7 additions and 18 deletions

12
flake.lock generated
View File

@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1746557022, "lastModified": 1746810718,
"narHash": "sha256-QkNoyEf6TbaTW5UZYX0OkwIJ/ZMeKSSoOMnSDPQuol0=", "narHash": "sha256-VljtYzyttmvkWUKTVJVW93qAsJsrBbgAzy7DdnJaQfI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1d3aeb5a193b9ff13f63f4d9cc169fb88129f860", "rev": "0c0bf9c057382d5f6f63d54fd61f1abd5e1c2f63",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -51,11 +51,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1746915423, "lastModified": 1746976679,
"narHash": "sha256-6SH9pS5q6Q0oWIfD3UJcfGbQBUMdBbRGbhUJ1skYnTI=", "narHash": "sha256-zY1wU9gp4B8I+5MrJha8Te4/0VQTzUwbQN+9XztOhLg=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "2f982bed9845cccffebd0cf267c7e1d3dd98117e", "rev": "9c9a9814a733509c4b46014cf60066eed0fdd72f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -15,7 +15,6 @@
./networking.nix ./networking.nix
./gpu.nix ./gpu.nix
./sunshine.nix ./sunshine.nix
./home-manager.nix
#./i3.nix #./i3.nix
]; ];

View File

@ -1,11 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.home-manager
];
# home-manager.useGlobalPkgs = true;
# home-manager.useUserPackages = true;
#home-manager.users.micqdf = import ../../home/micqdf.nix;
}

View File

@ -52,6 +52,7 @@ in
alacritty alacritty
# Shell Utilities # Shell Utilities
home-manager
fish fish
zsh zsh
curl curl