Compare commits

...

5 commits

5 changed files with 28 additions and 15 deletions

View file

@ -24,11 +24,11 @@
}, },
"bleedingpkgs": { "bleedingpkgs": {
"locked": { "locked": {
"lastModified": 1723402691, "lastModified": 1723688039,
"narHash": "sha256-XZFMIWgGzdnHzTVxJ+suHRro+2boj3yBPNAVS3xQRRk=", "narHash": "sha256-/QVv3/9gnukdsUZRR5eJQLhcuXBCLe0rGrF5O6w6jA0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "df09a0b48e08dff76d8847406884ef84c9d9b4c5", "rev": "1ad352fd9ea96cebc7862782fa8d0d295c68ff15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -257,11 +257,11 @@
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1723398597, "lastModified": 1723687108,
"narHash": "sha256-7hWKUGb0l8N3xHMiuiukTNdf9D7aj7UM4EAYCrtSpP0=", "narHash": "sha256-yS7kiSJyJzd+mpzAQ1ntrfejGICEhScev6NA0F5rsDE=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "672769ef7a4aee91ed12248345785998d4169ace", "rev": "5feec29994320afeeb5a1a74860a57d9f845bc30",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -273,11 +273,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1723402347, "lastModified": 1723681288,
"narHash": "sha256-2oTBjifhBSIF9KCyeth6yUTdf3Yuv4JtxojXOV4s9I4=", "narHash": "sha256-uU0etusCLcip1KNB2FA8/Zpi+hGwAzKX9X32fdFnTNw=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "2f5175a2c8dd4249955d8df4b2b74332e646bb75", "rev": "5bf3c1c505315f0adff00ce8921169fbf7df217c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -454,11 +454,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1723175592, "lastModified": 1723362943,
"narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=", "narHash": "sha256-dFZRVSgmJkyM0bkPpaYRtG/kRMRTorUIDj8BxoOt1T4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e0ca22929f3342b19569b21b2f3462f053e497b", "rev": "a58bc8ad779655e790115244571758e8de055e3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -554,11 +554,11 @@
}, },
"stablepkgs": { "stablepkgs": {
"locked": { "locked": {
"lastModified": 1723282977, "lastModified": 1723556749,
"narHash": "sha256-oTK91aOlA/4IsjNAZGMEBz7Sq1zBS0Ltu4/nIQdYDOg=", "narHash": "sha256-+CHVZnTnIYRLYsARInHYoWkujzcRkLY/gXm3s5bE52o=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a781ff33ae258bbcfd4ed6e673860c3e923bf2cc", "rev": "4a92571f9207810b559c9eac203d1f4d79830073",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -53,6 +53,7 @@
./modules/nixos/networking ./modules/nixos/networking
./modules/nixos/fonts ./modules/nixos/fonts
./modules/nixos/greeter ./modules/nixos/greeter
./modules/nixos/core
catppuccin.nixosModules.catppuccin catppuccin.nixosModules.catppuccin
lix-module.nixosModules.default lix-module.nixosModules.default
@ -84,6 +85,7 @@
./modules/nixos/networking ./modules/nixos/networking
./modules/nixos/fonts ./modules/nixos/fonts
./modules/nixos/greeter ./modules/nixos/greeter
./modules/nixos/core
apple-silicon.nixosModules.apple-silicon-support apple-silicon.nixosModules.apple-silicon-support
catppuccin.nixosModules.catppuccin catppuccin.nixosModules.catppuccin
@ -124,6 +126,7 @@
./modules/nixos/networking ./modules/nixos/networking
./modules/nixos/fonts ./modules/nixos/fonts
./modules/nixos/greeter ./modules/nixos/greeter
./modules/nixos/core
catppuccin.nixosModules.catppuccin catppuccin.nixosModules.catppuccin
lix-module.nixosModules.default lix-module.nixosModules.default

View file

@ -80,6 +80,13 @@
nvidiaSettings = true; nvidiaSettings = true;
}; };
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services.blueman.enable = true;
hardware.graphics.enable = true; hardware.graphics.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;

View file

@ -0,0 +1,2 @@
{
}

View file

@ -88,6 +88,7 @@
interactiveShellInit = '' interactiveShellInit = ''
fish_vi_key_bindings fish_vi_key_bindings
set -g fish_greeting set -g fish_greeting
oh-my-posh disable notice
''; '';
plugins = [ plugins = [
{ {