- Changed jetbrains ides to jetbrains toolbox to get more up to date versions

- Create a new Stylix module with wallpaper and font configuration
- Integrate Waybar into Niri
- Changed Discord application  to Vesktop
- Enable Waydroid virtualization
This commit is contained in:
2025-12-08 10:50:50 +01:00
parent 616d40d98c
commit b0b59b2413
23 changed files with 532 additions and 560 deletions

View File

@ -2,11 +2,11 @@
description = "NixOS configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixos-hardware.url = "github:NixOS/nixos-hardware"; #To Provide Framework13 hardware modules
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.url = "github:nix-community/home-manager/release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
plasma-manager = {
@ -19,7 +19,7 @@
zen-browser.inputs.nixpkgs.follows = "nixpkgs";
#stylix.url = "github:nix-community/stylix/";
stylix.url = "github:nix-community/stylix/release-25.05"; #Had to use branch or it would not build corrently
stylix.url = "github:nix-community/stylix/release-25.11"; #Had to use branch or it would not build corrently
stylix.inputs.nixpkgs.follows = "nixpkgs";
quickshell = {
@ -47,7 +47,7 @@
let
username = "cookiez";
hostname = "nixos";
version = "25.05";
version = "25.11";
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };