fixed hyprlock and updated stablepkgs to 24.11
for some reason im having issues with startup, where i have to switch TTY and then wait ages for waybar to show up. on the first tty i dont have keybinds to start programs, but on the second tty i dont have my wallpaper set properly
This commit is contained in:
parent
c079f07485
commit
b5da18c992
3 changed files with 10 additions and 10 deletions
|
@ -2,9 +2,9 @@
|
|||
description = "main system and home configuration flake";
|
||||
|
||||
inputs = {
|
||||
# NixOS official package source, using the nixos-24.05 branch as stable and nixos-unstable as default
|
||||
# NixOS official package source, using the nixos-24.11 branch as stable and nixos-unstable as default
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
stablepkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
stablepkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
|
||||
# Home manager using nixos-unstable
|
||||
home-manager = {
|
||||
|
@ -100,7 +100,7 @@
|
|||
modules = [
|
||||
./home-manager/home.nix
|
||||
# ./home-manager/librewolf.nix
|
||||
inputs.flatpaks.homeManagerModules.default
|
||||
inputs.flatpaks.homeManagerModules.declarative-flatpak
|
||||
inputs.nixvim.homeManagerModules.default
|
||||
inputs.stylix.homeManagerModules.stylix # Not compatible with NixOS module as they will interfere with one another, use this when building on a non-NixOS machine
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue