Revert "Switch to unstable"

This reverts commit d0fa636f97.
This commit is contained in:
Torjus Håkestad 2024-05-24 00:05:28 +02:00
parent e54e88e1e9
commit ad48cd7147
9 changed files with 32 additions and 32 deletions

View File

@ -3,8 +3,8 @@
inputs = {
# nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs?ref=nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-23.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager?ref=release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
@ -17,7 +17,7 @@
outputs =
{ self
, nixpkgs
, nixpkgs-stable
, nixpkgs-unstable
, sops-nix
, notlistener
, ghettoptt
@ -26,8 +26,8 @@
let
system = "x86_64-linux";
user = "torjus";
overlay-stable = final: prev: {
stable = import nixpkgs-stable {
overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
@ -46,7 +46,7 @@
modules = [
({ config, pkgs, ... }: {
nixpkgs.overlays = [
overlay-stable
overlay-unstable
ghettoptt.overlays.default
];
})
@ -60,7 +60,7 @@
modules = [
({ config, pkgs, ... }: {
nixpkgs.overlays = [
overlay-stable
overlay-unstable
notlistener.overlays.default
ghettoptt.overlays.default
];

View File

@ -1,7 +1,7 @@
{ config, osConfig, pkgs, ... }: {
home.packages = with pkgs; [
hypridle
unstable.hypridle
];
xdg.configFile = {
"hypr/hypridle.conf" = {

View File

@ -24,7 +24,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
package = pkgs.unstable.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";

View File

@ -24,7 +24,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
package = pkgs.unstable.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";

View File

@ -20,7 +20,7 @@
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland;
package = pkgs.unstable.hyprland;
settings = {
"$mainMod" = "SUPER";
"$shiftMainMod" = "SUPER_SHIFT";

View File

@ -1,7 +1,7 @@
{ config, osConfig, pkgs, ... }: {
home.packages = with pkgs; [
hyprlock
unstable.hyprlock
];
xdg.configFile = {
"hypr/hyprlock.conf" = {

View File

@ -12,19 +12,19 @@ in
age
alacritty
bat
btop
unstable.btop
# (unstable.btop.override {
# cudaSupport = true;
# })
bzip2
croc
dust
unstable.dust
easyeffects
eza
fd
ffmpeg
file
fzf
unstable.fzf
go-task
glib
jq
@ -39,7 +39,7 @@ in
pamixer
pinentry
pre-commit
(prismlauncher.override {
(unstable.prismlauncher.override {
withWaylandGLFW = true;
})
pulseaudio
@ -52,19 +52,19 @@ in
spotify
spicetify-cli
sshfs
tldr
devenv
ventoy
unstable.tldr
unstable.devenv
unstable.ventoy
discord
zoxide
# k8s tools
talosctl
k9s
cilium-cli
kubernetes-helm
cmctl
krew
unstable.talosctl
unstable.k9s
unstable.cilium-cli
unstable.kubernetes-helm
unstable.cmctl
unstable.krew
# steam
# steam-run
@ -73,8 +73,8 @@ in
tokei
unzip
yt-dlp
zoom-us
vmware-horizon-client
unstable.zoom-us
unstable.vmware-horizon-client
# Editors
# vscode
@ -90,7 +90,7 @@ in
typescript
# Py stuff
(python312.withPackages (p: with p; [
(unstable.python312.withPackages (p: with p; [
requests
ipython
]))
@ -103,7 +103,7 @@ in
rust-analyzer
# blender
(blender.override {
(unstable.blender.override {
cudaSupport = withCuda;
})

View File

@ -3,10 +3,10 @@
programs.direnv = {
enable = true;
enableZshIntegration = true;
package = pkgs.direnv;
package = pkgs.unstable.direnv;
nix-direnv = {
enable = true;
package = pkgs.nix-direnv;
package = pkgs.unstable.nix-direnv;
};
};
programs.zsh = {

View File

@ -94,7 +94,7 @@
programs.hyprland = {
enable = true;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland;
};
# Setup common XDG env vars