1
0
Fork 0

Compare commits

..

No commits in common. "6ffc1e1811cf2e181f4100fb4f3cecbedbf65f62" and "6884b634766597fd7faaf9adde1b842112f29d9f" have entirely different histories.

5 changed files with 11 additions and 19 deletions

12
flake.lock generated
View file

@ -170,11 +170,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720045378, "lastModified": 1719677234,
"narHash": "sha256-lmE7B+QXw7lWdBu5GQlUABSpzPk3YBb9VbV+IYK5djk=", "narHash": "sha256-qO9WZsj/0E6zcK4Ht1y/iJ8XfwbBzq7xdqhBh44OP/M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0a30138c694ab3b048ac300794c2eb599dc40266", "rev": "36317d4d38887f7629876b0e43c8d9593c5cc48d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -206,11 +206,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720031269, "lastModified": 1719506693,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=", "narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6", "rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -13,9 +13,6 @@
# Stylix - system-wide colorscheming and typography for NixOS # Stylix - system-wide colorscheming and typography for NixOS
# See: https://github.com/danth/stylix # See: https://github.com/danth/stylix
stylix.url = "github:danth/stylix"; stylix.url = "github:danth/stylix";
# NixOS profiles to optimize settings for different hardware
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
}; };
outputs = { self, nixpkgs, home-manager, stylix, ... }@inputs: { outputs = { self, nixpkgs, home-manager, stylix, ... }@inputs: {
@ -36,10 +33,6 @@
modules = [ modules = [
stylix.nixosModules.stylix ./hosts/p14s/configuration.nix stylix.nixosModules.stylix ./hosts/p14s/configuration.nix
# Model picked up from
# https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2
# Home-Manager # Home-Manager
#inputs.home-manager.nixosModules.default #inputs.home-manager.nixosModules.default
home-manager.nixosModules.home-manager { home-manager.nixosModules.home-manager {

View file

@ -68,7 +68,7 @@
services.printing.enable = true; services.printing.enable = true;
# Enable sound with pipewire. # Enable sound with pipewire.
#sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {
@ -121,7 +121,7 @@
# Temporarily allow certain unsafe packages # Temporarily allow certain unsafe packages
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11" # 2024-06-16: EOL electron for logseq #"electron-27.3.11" # 2024-06-16: EOL electron for logseq
"electron-28.3.3" # 2024-06-29: EOL electron for logseq "electron-28.3.3" # 2024-06-29: EOL electron for logseq
]; ];

View file

@ -56,7 +56,7 @@
amfora # Gemini terminal browser amfora # Gemini terminal browser
lagrange # Graphical Gemini client lagrange # Graphical Gemini client
linphone linphone
#rustdesk rustdesk
zoom-us zoom-us
profanity # CLI XMPP client profanity # CLI XMPP client
element-desktop # GUI matrix client element-desktop # GUI matrix client
@ -68,7 +68,6 @@
libreoffice-fresh libreoffice-fresh
drawio drawio
evince # PDF viewer evince # PDF viewer
galculator
# Graphics # Graphics
gimp gimp
@ -97,7 +96,7 @@
# 3D Printing # 3D Printing
freecad freecad
openscad openscad
#cura cura
# Games # Games
dosbox-staging dosbox-staging

View file

@ -107,5 +107,5 @@
}; };
}; };
#sound.enable = true; sound.enable = true;
} }